Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Nov 8, 2018
1 parent 6321c2a commit 7037b8e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ trigger:
- master
- rel/*

pr:
- master
- rel/*

pool:
vmImage: vs2017-win2016

Expand All @@ -15,11 +19,9 @@ steps:
custom: tool
arguments: install --tool-path . nbgv
displayName: Install NBGV tool
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))

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

- task: VSBuild@1
inputs:
Expand All @@ -44,4 +46,3 @@ steps:
pathToPublish: $(Build.ArtifactStagingDirectory)\Packages
artifactType: container
artifactName: Packages
condition: eq(variables['system.pullrequest.isfork'], false)

0 comments on commit 7037b8e

Please sign in to comment.