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 5871af0 commit 4900b4f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
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))

- powershell: |
mkdir $Env:Temp\Packages -Force
Expand Down Expand Up @@ -50,4 +52,3 @@ steps:
pathToPublish: $(Build.ArtifactStagingDirectory)\Packages
artifactType: container
artifactName: Package
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))

0 comments on commit 4900b4f

Please sign in to comment.