From 40b06980f8d2af5c9d96b20039ef986609439e64 Mon Sep 17 00:00:00 2001 From: Abhijeet Jha Date: Thu, 10 Apr 2025 23:25:14 +0530 Subject: [PATCH] updated to 1ES config for release pipeline --- .ado/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.ado/release.yml b/.ado/release.yml index 991b0e2fc5e..9e702b5c697 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' @@ -59,6 +61,8 @@ extends: condition: succeeded() timeoutInMinutes: 0 templateContext: + type: releaseJob + isProduction: true inputs: - input: pipelineArtifact pipeline: 'Publish' @@ -86,6 +90,8 @@ extends: condition: and(succeeded(), endsWith(variables['Build.SourceBranchName'],'-stable')) timeoutInMinutes: 0 templateContext: + type: releaseJob + isProduction: true inputs: - input: pipelineArtifact pipeline: 'Publish'