@@ -41,11 +41,11 @@ extends:
4141 '**/*.*'
4242
4343 stages :
44- - stage : ms_react_native_nuget_publish
45- displayName : Nuget ms/react-native feed
44+ - stage : main_release
45+ displayName : Publish packages
4646 jobs :
47- - job : ms_react_native_nuget_job
48- displayName : Publish Nuget to ms/react-native
47+ - job : nuget_ms_react_native_public_job
48+ displayName : NuGet to ADO ms/react-native-public feed
4949 templateContext :
5050 inputs :
5151 - input : pipelineArtifact
@@ -72,11 +72,8 @@ extends:
7272 externalEndpoint : ' Nuget - ms/react-native-public'
7373 publishPackageMetadata : true
7474
75- - stage : ms_react_native_npm_publish
76- displayName : npm ms/react-native feed
77- jobs :
78- - job : ms_react_native_npm_job
79- displayName : Agent job
75+ - job : npm_ms_react_native_job
76+ displayName : NPM to ADO ms/react-native feed
8077 templateContext :
8178 inputs :
8279 - input : pipelineArtifact
@@ -114,11 +111,8 @@ extends:
114111 cd $(Pipeline.Workspace)\published-packages
115112 for %%i in (*.tgz) do npm publish %%i
116113
117- - stage : nuget_org_publish
118- displayName : Nuget nuget.org feed
119- jobs :
120114 - job : nuget_org_job
121- displayName : Publish Nuget to nuget.org
115+ displayName : NuGet to nuget.org
122116 templateContext :
123117 inputs :
124118 - input : pipelineArtifact
@@ -153,11 +147,8 @@ extends:
153147 -Verbosity Detailed
154148 displayName: 'NuGet push (nuget.org)'
155149
156- - stage : npmjs_com_npm_publish
157- displayName : npm npmjs.com feed
158- jobs :
159- - job : npmjs_com_npm_job
160- displayName : Publish to npmjs.com
150+ - job : npmjs_com_job
151+ displayName : NPM to npmjs.com
161152 templateContext :
162153 inputs :
163154 - input : pipelineArtifact
0 commit comments