Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny authored Nov 8, 2018
1 parent d085137 commit f3795f4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
trigger:
- master
- rel/*


pr:
- master
- rel/*

pool:
vmImage: vs2017-win2016

Expand All @@ -18,7 +22,6 @@ steps:

- script: nbgv cloud
displayName: Set Version
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))

- powershell: |
# version
Expand Down Expand Up @@ -84,12 +87,10 @@ steps:
pathToPublish: $(Build.ArtifactStagingDirectory)\CI
artifactType: container
artifactName: CI
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))

- task: PublishBuildArtifacts@1
displayName: Publish Vsix Artifacts
inputs:
pathToPublish: $(Build.ArtifactStagingDirectory)\Vsix
artifactType: container
artifactName: Vsix
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))

0 comments on commit f3795f4

Please sign in to comment.