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 58eee77 commit 979824dCopy full SHA for 979824d
appveyor.yml
@@ -19,11 +19,9 @@ build_script:
19
- cmd: appveyor PushArtifact "NuGetCommandLineBuild/GitVersion.CommandLine.%GitVersion_NuGetVersion%.nupkg"
20
- cmd: appveyor PushArtifact "NuGetRefBuild/GitVersion.%GitVersion_NuGetVersion%.nupkg"
21
- cmd: appveyor PushArtifact "NuGetTaskBuild/GitVersionTask.%GitVersion_NuGetVersion%.nupkg"
22
-
23
-artifacts:
24
- - path: NuGetCommandLineBuild\Tools
25
- name: GitVersion_$(GitVersion_NuGetVersion)
26
- type: zip
+
+ - cmd: 7z a "GitVersion_%GitVersion_NuGetVersion%.zip" NuGetCommandLineBuild\Tools\*.*
+ - cmd: appveyor PushArtifact "GitVersion_%GitVersion_NuGetVersion%.zip"
27
28
deploy:
29
- provider: NuGet
0 commit comments