File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-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+ build_script :
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+
21+
22+ dotnet build
23+ after_test :
24+ - cmd : >-
25+ nuget pack %appveyor_project_name%.Core/%appveyor_project_name%.Core.csproj -version %appveyor_build_version% -Symbols
26+
27+ nuget pack %appveyor_project_name%/%appveyor_project_name%.csproj -version %appveyor_build_version% -Symbols
28+
29+ nuget pack %appveyor_project_name%.Templates/%appveyor_project_name%.Templates.csproj -version %appveyor_build_version% -Symbols
30+ artifacts :
31+ - path : ' *.nupkg'
32+ deploy :
33+ - provider : Environment
34+ name : Nuget.org
35+ on :
36+ branch : master
You can’t perform that action at this time.
0 commit comments