We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db451e commit 0259c09Copy full SHA for 0259c09
azure-pipelines.yml
@@ -36,6 +36,7 @@ jobs:
36
arguments: '-c Release --version-suffix build-$(Build.BuildNumber) -o $(Build.ArtifactStagingDirectory)'
37
- task: DotNetCoreCLI@2
38
displayName: 'Publish packages'
39
+ condition: ne(variables['Build.Reason'], 'PullRequest')
40
inputs:
41
command: 'push'
42
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg'
0 commit comments