Skip to content

Commit 979824d

Browse files
committed
Push zip file as artifact
1 parent 58eee77 commit 979824d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

appveyor.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ build_script:
1919
- cmd: appveyor PushArtifact "NuGetCommandLineBuild/GitVersion.CommandLine.%GitVersion_NuGetVersion%.nupkg"
2020
- cmd: appveyor PushArtifact "NuGetRefBuild/GitVersion.%GitVersion_NuGetVersion%.nupkg"
2121
- cmd: appveyor PushArtifact "NuGetTaskBuild/GitVersionTask.%GitVersion_NuGetVersion%.nupkg"
22-
23-
artifacts:
24-
- path: NuGetCommandLineBuild\Tools
25-
name: GitVersion_$(GitVersion_NuGetVersion)
26-
type: zip
22+
23+
- cmd: 7z a "GitVersion_%GitVersion_NuGetVersion%.zip" NuGetCommandLineBuild\Tools\*.*
24+
- cmd: appveyor PushArtifact "GitVersion_%GitVersion_NuGetVersion%.zip"
2725

2826
deploy:
2927
- provider: NuGet

0 commit comments

Comments
 (0)