We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acd096e + 590e057 commit 9c3a1cbCopy full SHA for 9c3a1cb
build/ci/templates/nuget-publish-dev.yml
@@ -1,7 +1,7 @@
1
steps:
2
- task: NuGetCommand@2
3
displayName: 'Publish to Uno Dev Feed'
4
- condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'), not(eq(variables['build.reason'], 'PullRequest')))
+ condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release/stable/')), not(eq(variables['build.reason'], 'PullRequest')))
5
inputs:
6
command: 'push'
7
packagesToPush: '$(Pipeline.Workspace)/Nuget_Packages/**/*.nupkg'
0 commit comments