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 authored Nov 8, 2018
1 parent 51bf018 commit ae0845e
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: DotNetCoreCLI@2
inputs:
Expand All @@ -46,4 +48,3 @@ steps:
pathToPublish: $(Build.ArtifactStagingDirectory)\Artifacts
artifactType: container
artifactName: Artifacts
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))

0 comments on commit ae0845e

Please # to comment.