File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ extends:
47
47
- job : nuget_ms_react_native_public_job
48
48
displayName : NuGet to ADO ms/react-native-public feed
49
49
templateContext :
50
+ type : releaseJob
51
+ isProduction : true
50
52
inputs :
51
53
- input : pipelineArtifact
52
54
pipeline : microsoft_node-api-dotnet_ci
@@ -75,6 +77,8 @@ extends:
75
77
- job : npm_ms_react_native_job
76
78
displayName : NPM to ADO ms/react-native feed
77
79
templateContext :
80
+ type : releaseJob
81
+ isProduction : true
78
82
inputs :
79
83
- input : pipelineArtifact
80
84
pipeline : microsoft_node-api-dotnet_ci
@@ -114,6 +118,8 @@ extends:
114
118
- job : nuget_org_job
115
119
displayName : NuGet to nuget.org
116
120
templateContext :
121
+ type : releaseJob
122
+ isProduction : true
117
123
inputs :
118
124
- input : pipelineArtifact
119
125
pipeline : microsoft_node-api-dotnet_ci
@@ -150,6 +156,8 @@ extends:
150
156
- job : npmjs_com_job
151
157
displayName : NPM to npmjs.com
152
158
templateContext :
159
+ type : releaseJob
160
+ isProduction : true
153
161
inputs :
154
162
- input : pipelineArtifact
155
163
pipeline : microsoft_node-api-dotnet_ci
You can’t perform that action at this time.
0 commit comments