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 b75dffb commit 9585e05Copy full SHA for 9585e05
appveyor.yml
@@ -24,7 +24,6 @@ build_script:
24
- cmd: 7z a "GitVersion_%GitVersion_NuGetVersion%.zip" -r .\build\NuGetCommandLineBuild\Tools\*.*
25
- cmd: appveyor PushArtifact "GitVersion_%GitVersion_NuGetVersion%.zip"
26
27
- - ps: .\build\Update-GitVersionTfsTaskVersion.ps1 .\build\GitVersionTfsTaskBuild\task.json $env:GitVersion_Major $env:GitVersion_Minor $env:GitVersion_Patch
28
- cmd: 7z a "GitVersionTfsBuildTask_%GitVersion_NuGetVersion%.zip" -r .\build\GitVersionTfsTaskBuild\*.*
29
- cmd: appveyor PushArtifact "GitVersionTfsBuildTask_%GitVersion_NuGetVersion%.zip"
30
0 commit comments