Skip to content

Commit

Permalink
Update CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
heku committed Mar 24, 2019
1 parent a394581 commit 88946b0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ before_build:
build_script:
- msbuild /p:configuration=Release /p:DeployExtension=false /p:ZipPackageCompressionLevel=normal /v:m

after_build:
- ps: if ($env:APPVEYOR_REPO_BRANCH -eq 'master' -or $env:APPVEYOR_REPO_BRANCH -eq 'dev') { Vsix-PushArtifacts }

test: off
deploy: off
after_test:
- ps: if ($env:APPVEYOR_REPO_BRANCH -eq 'dev') { Vsix-PushArtifacts }
- ps: if ($env:APPVEYOR_REPO_BRANCH -eq 'master') { Vsix-PushArtifacts | Vsix-PublishToGallery }

0 comments on commit 88946b0

Please sign in to comment.