From 6906b69213d96dc875a809dafbad2dec734e8979 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Thu, 22 May 2025 11:18:35 -0700 Subject: [PATCH 1/3] [ez] Update publish.yml Rename job names --- .azure-pipelines/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/publish.yml b/.azure-pipelines/publish.yml index 88d4f366b4..aa47567581 100644 --- a/.azure-pipelines/publish.yml +++ b/.azure-pipelines/publish.yml @@ -9,7 +9,7 @@ stages: - stage: Release dependsOn: [] jobs: - - job: onnxscript_publish_dev + - job: onnxscript_publish pool: vmImage: 'ubuntu-latest' steps: From 223423c5ffb5f0d5742696b1e93abb07028fd903 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Thu, 22 May 2025 11:34:45 -0700 Subject: [PATCH 2/3] Update publish.yml --- .azure-pipelines/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/publish.yml b/.azure-pipelines/publish.yml index aa47567581..46a360593b 100644 --- a/.azure-pipelines/publish.yml +++ b/.azure-pipelines/publish.yml @@ -10,6 +10,8 @@ stages: dependsOn: [] jobs: - job: onnxscript_publish + environment: + name: 'onnxscript-release' pool: vmImage: 'ubuntu-latest' steps: From 746c83a1fdb8a6460a86339b50a48d5d9dd66ef0 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Thu, 22 May 2025 12:26:04 -0700 Subject: [PATCH 3/3] Update publish.yml --- .azure-pipelines/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/publish.yml b/.azure-pipelines/publish.yml index 46a360593b..627b3dcdcf 100644 --- a/.azure-pipelines/publish.yml +++ b/.azure-pipelines/publish.yml @@ -10,7 +10,7 @@ stages: dependsOn: [] jobs: - job: onnxscript_publish - environment: + environment: name: 'onnxscript-release' pool: vmImage: 'ubuntu-latest'