File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ install :
2+ - choco install gitversion.portable -pre -y
3+
4+ assembly_info :
5+ patch : false
6+
7+ before_build :
8+ - nuget restore
9+ - gitversion /l console /output buildserver /updateAssemblyInfo
10+
11+ platform :
12+ - Any CPU
13+
14+ configuration :
15+ - Release
16+
17+ build :
18+ project : ConventionTests.sln
19+
20+ after_build :
21+ - cmd : ECHO nuget pack TestStack.ConventionTests\TestStack.ConventionTests.nuspec -version "%GitVersion_NuGetVersion%" -OutputDir build\Artifacts -BasePath TestStack.ConventionTests\bin\%CONFIGURATION%
22+ - cmd : nuget pack TestStack.ConventionTests\TestStack.ConventionTests.nuspec -version "%GitVersion_NuGetVersion%" -OutputDir build\Artifacts -BasePath TestStack.ConventionTests\bin\%CONFIGURATION%
23+ - cmd : ECHO nuget pack TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.nuspec -version "%GitVersion_NuGetVersion%" -OutputDir build\Artifacts -BasePath TestStack.ConventionTests.Autofac\bin\%CONFIGURATION%
24+ - cmd : nuget pack TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.nuspec -version "%GitVersion_NuGetVersion%" -OutputDir build\Artifacts -BasePath TestStack.ConventionTests\bin\%CONFIGURATION%
25+
26+ - cmd : appveyor PushArtifact "build\Artifacts\TestStack.ConventionTests.%GitVersion_NuGetVersion%.nupkg"
27+ - cmd : appveyor PushArtifact "build\Artifacts\TestStack.ConventionTests.Autofac.%GitVersion_NuGetVersion%.nupkg"
You can’t perform that action at this time.
0 commit comments