File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ version : 1.3.{build}
2+ image : Visual Studio 2017 RC
3+ assembly_info :
4+ patch : true
5+ file : ' **\AssemblyInfo.*'
6+ assembly_version : ' {version}'
7+ assembly_file_version : ' {version}'
8+ assembly_informational_version : ' {version}'
9+ environment :
10+ VisualStudioVersion : 15
11+ before_build :
12+ - cmd : >-
13+ set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
14+
15+
16+ git submodule update --init --recursive
17+
18+
19+ nuget restore
20+ build :
21+ verbosity : minimal
22+ after_build :
23+ - cmd :
24+ after_test :
25+ - cmd : >-
26+ nuget pack %appveyor_project_name%.Core/%appveyor_project_name%.Core.csproj -version %appveyor_build_version% -Symbols
27+
28+ nuget pack %appveyor_project_name%/%appveyor_project_name%.csproj -version %appveyor_build_version% -Symbols
29+
30+ nuget pack %appveyor_project_name%.Templates/%appveyor_project_name%.Templates.csproj -version %appveyor_build_version% -Symbols
31+ artifacts :
32+ - path : ' *.nupkg'
33+ deploy :
34+ - provider : Environment
35+ name : Nuget.org
36+ on :
37+ branch : master
You can’t perform that action at this time.
0 commit comments