We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbe801 commit c3ab9e6Copy full SHA for c3ab9e6
appveyor.yml
@@ -24,6 +24,9 @@ build_script:
24
- cmd: 7z a "GitVersion_%GitVersion_NuGetVersion%.zip" .\build\NuGetCommandLineBuild\Tools\*.*
25
- cmd: appveyor PushArtifact "GitVersion_%GitVersion_NuGetVersion%.zip"
26
27
+ - cmd: 7z a "GitVersionVsoBuildStep_%GitVersion_NuGetVersion%.zip" .\GitVersionVsoTaskBuild\*.*
28
+ - cmd: appveyor PushArtifact "GitVersionVsoBuildStep_%GitVersion_NuGetVersion%.zip"
29
+
30
test_script:
31
- nunit-console "src\GitVersionTask.Tests\bin\%CONFIGURATION%\GitVersionTask.Tests.dll" "src\GitVersionExe.Tests\bin\%CONFIGURATION%\GitVersionExe.Tests.dll" "src\GitVersionCore.Tests\bin\%CONFIGURATION%\GitVersionCore.Tests.dll" /noshadow
32
0 commit comments