Skip to content

Commit

Permalink
Updated Deployment Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sathukorale committed Jan 20, 2016
1 parent e0fcb16 commit 2a8e85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:

after_build:
- del /s deploy\*.pdb
- 7z a builds_v%APPVEYOR_BUILD_VERSION%.zip deploy\*
- 7z a builds_v%APPVEYOR_BUILD_VERSION%.zip .\deploy\*
- appveyor PushArtifact builds_v%APPVEYOR_BUILD_VERSION%.zip

deploy:
Expand Down

0 comments on commit 2a8e85c

Please sign in to comment.