File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ extends:
4747 - job : nuget_ms_react_native_public_job
4848 displayName : NuGet to ADO ms/react-native-public feed
4949 templateContext :
50+ type : releaseJob
51+ isProduction : true
5052 inputs :
5153 - input : pipelineArtifact
5254 pipeline : microsoft_node-api-dotnet_ci
@@ -75,6 +77,8 @@ extends:
7577 - job : npm_ms_react_native_job
7678 displayName : NPM to ADO ms/react-native feed
7779 templateContext :
80+ type : releaseJob
81+ isProduction : true
7882 inputs :
7983 - input : pipelineArtifact
8084 pipeline : microsoft_node-api-dotnet_ci
@@ -114,6 +118,8 @@ extends:
114118 - job : nuget_org_job
115119 displayName : NuGet to nuget.org
116120 templateContext :
121+ type : releaseJob
122+ isProduction : true
117123 inputs :
118124 - input : pipelineArtifact
119125 pipeline : microsoft_node-api-dotnet_ci
@@ -150,6 +156,8 @@ extends:
150156 - job : npmjs_com_job
151157 displayName : NPM to npmjs.com
152158 templateContext :
159+ type : releaseJob
160+ isProduction : true
153161 inputs :
154162 - input : pipelineArtifact
155163 pipeline : microsoft_node-api-dotnet_ci
You can’t perform that action at this time.
0 commit comments