File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# It releases npm packages to npmjs.com and NuGet packages to the public
44# ms/react-native and ms/react-native-public ADO feeds and to nuget.org.
55#
6- # The triggers are overridden by the ADO pipeline UI definition.
6+ # The pipeline completion trigger is defined below in the pipeline resource.
7+ # Do NOT add a build completion trigger in the ADO UI — UI triggers override
8+ # YAML triggers and cause the pipeline to always run against the default branch
9+ # with incorrect metadata (wrong commit message and branch).
710#
811
912name : RNW NuGet Release $(Date:yyyyMMdd).$(Rev:r)
@@ -16,7 +19,13 @@ resources:
1619 - pipeline : ' Publish'
1720 project : ' ReactNative'
1821 source : ' Publish'
19- trigger : none
22+ trigger :
23+ branches :
24+ include :
25+ - main
26+ - refs/heads/main
27+ - ' *-stable'
28+ - ' refs/heads/*-stable'
2029 repositories :
2130 - repository : 1ESPipelineTemplates
2231 type : git
You can’t perform that action at this time.
0 commit comments