diff --git a/.ado/release.yml b/.ado/release.yml index 1ea74d65666..7ea8007b094 100644 --- a/.ado/release.yml +++ b/.ado/release.yml @@ -34,6 +34,8 @@ extends: condition: succeeded() timeoutInMinutes: 0 templateContext: + type: releaseJob + isProduction: true inputs: - input: pipelineArtifact pipeline: 'Publish' @@ -60,6 +62,8 @@ extends: condition: succeeded() timeoutInMinutes: 0 templateContext: + type: releaseJob + isProduction: true inputs: - input: pipelineArtifact pipeline: 'Publish' @@ -87,6 +91,8 @@ extends: displayName: Push packages timeoutInMinutes: 0 templateContext: + type: releaseJob + isProduction: true inputs: - input: pipelineArtifact pipeline: 'Publish'