Skip to content

Commit b8be1fe

Browse files
authored
Classify all release jobs as production releaseJob (#437)
1 parent 8d435fe commit b8be1fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.ado/release.yml

+8
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)