Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
refactor appveyor publishing policy
Browse files Browse the repository at this point in the history
  • Loading branch information
mlangkabel committed Oct 31, 2017
1 parent e707f6f commit ac6fae6
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 @@ -25,5 +25,5 @@ test_script:
- ps: VSTest.Console.exe C:\projects\vs-sourcetrail\SourcetrailExtensionTests\bin\Release\SourcetrailExtension.Tests.dll

after_test:
- ps: if ($env:APPVEYOR_REPO_BRANCH -eq 'master' -and $env:APPVEYOR_REPO_TAG -eq 'true') { Vsix-PushArtifacts | Vsix-PublishToGallery }
- ps: if ($env:APPVEYOR_REPO_BRANCH -ne 'master' -or $env:APPVEYOR_REPO_TAG -ne 'true') { Vsix-PushArtifacts }
- ps: if ($env:APPVEYOR_REPO_BRANCH -eq 'master' -and $env:APPVEYOR_REPO_TAG -eq 'true') { Vsix-PublishToGallery }
- ps: Vsix-PushArtifacts

0 comments on commit ac6fae6

Please sign in to comment.