Skip to content

Commit c3ab9e6

Browse files
Oren NovotnyJakeGinnivan
authored andcommitted
Create zip file artifact of VSO build step
1 parent 8dbe801 commit c3ab9e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ build_script:
2424
- cmd: 7z a "GitVersion_%GitVersion_NuGetVersion%.zip" .\build\NuGetCommandLineBuild\Tools\*.*
2525
- cmd: appveyor PushArtifact "GitVersion_%GitVersion_NuGetVersion%.zip"
2626

27+
- cmd: 7z a "GitVersionVsoBuildStep_%GitVersion_NuGetVersion%.zip" .\GitVersionVsoTaskBuild\*.*
28+
- cmd: appveyor PushArtifact "GitVersionVsoBuildStep_%GitVersion_NuGetVersion%.zip"
29+
2730
test_script:
2831
- 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
2932

0 commit comments

Comments
 (0)