Skip to content

Commit

Permalink
Fix release zip.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 6, 2015
1 parent 680ee1d commit 8379d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ after_test:
before_deploy:
- msbuild.exe src\SampleProject.sln /p:DeployOnBuild=true /p:PublishProfile=PRD.pubxml /p:WebPublishMethod=FileSystem /p:publishUrl=SampleProject-release
- 7z a -tzip SampleProject-release.zip SampleProject-release
- ps: Push-AppveyorArtifact "SampleProject-release.zip"
- 7z a -tzip build\SampleProject-release.zip build\SampleProject-release
- ps: Push-AppveyorArtifact "build\SampleProject-release.zip"

deploy:
- provider: GitHub
Expand Down

0 comments on commit 8379d70

Please sign in to comment.