diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1360730..4a21e8b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,6 +2,10 @@ trigger: - master - rel/* +pr: + - master + - rel/* + pool: vmImage: vs2017-win2016 @@ -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: @@ -46,4 +48,3 @@ steps: pathToPublish: $(Build.ArtifactStagingDirectory)\Artifacts artifactType: container artifactName: Artifacts - condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))