From a8ee4f5fe6a9b0a7067f6bbd138eb0e8173909a9 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Wed, 14 May 2025 10:53:50 -0700 Subject: [PATCH 1/4] Update publish-dev.yml --- .azure-pipelines/publish-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/publish-dev.yml b/.azure-pipelines/publish-dev.yml index 051241cb3e..5d8ee95e22 100644 --- a/.azure-pipelines/publish-dev.yml +++ b/.azure-pipelines/publish-dev.yml @@ -9,7 +9,7 @@ stages: - stage: Release dependsOn: [] jobs: - - job: Publish onnxscript dev to PyPI + - job: onnxscript-publish-dev pool: vmImage: 'ubuntu-latest' steps: From ecd67c206ccf52344d6049a2c32592595a2270fa Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Wed, 14 May 2025 10:54:23 -0700 Subject: [PATCH 2/4] Update publish-dev.yml --- .azure-pipelines/publish-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/publish-dev.yml b/.azure-pipelines/publish-dev.yml index 5d8ee95e22..b173f1d482 100644 --- a/.azure-pipelines/publish-dev.yml +++ b/.azure-pipelines/publish-dev.yml @@ -9,7 +9,7 @@ stages: - stage: Release dependsOn: [] jobs: - - job: onnxscript-publish-dev + - job: onnxscript_publish_dev pool: vmImage: 'ubuntu-latest' steps: From e6f5f887406f92f1ea8f165d19d1e1259caf56d3 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Wed, 14 May 2025 10:55:16 -0700 Subject: [PATCH 3/4] Update publish-dev.yml --- .azure-pipelines/publish-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/publish-dev.yml b/.azure-pipelines/publish-dev.yml index b173f1d482..ad615121ef 100644 --- a/.azure-pipelines/publish-dev.yml +++ b/.azure-pipelines/publish-dev.yml @@ -18,7 +18,7 @@ stages: - task: SFP.release-tasks.custom-build-release-task.EsrpRelease@8 displayName: 'ESRP Release' inputs: - ConnectedServiceName: esrprelease + ConnectedServiceName: esrp_release UseMSIAuthentication: true AppRegistrationClientId: '62b7cfed-4d25-454f-880e-010dc21455ac' AppRegistrationTenantId: '975f013f-7f24-47e8-a7d3-abc4752bf346' From baeac1b91a17f81af367d128785e207f098b6c5e Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Wed, 14 May 2025 11:08:14 -0700 Subject: [PATCH 4/4] try this --- .azure-pipelines/publish-dev.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/publish-dev.yml b/.azure-pipelines/publish-dev.yml index ad615121ef..8cd9a8f145 100644 --- a/.azure-pipelines/publish-dev.yml +++ b/.azure-pipelines/publish-dev.yml @@ -15,7 +15,7 @@ stages: steps: - download: onnxscript-release-dev artifact: drop - - task: SFP.release-tasks.custom-build-release-task.EsrpRelease@8 + - task: SFP.release-tasks.custom-build-release-task.EsrpRelease@9 displayName: 'ESRP Release' inputs: ConnectedServiceName: esrp_release @@ -30,3 +30,4 @@ stages: owners: 'justinchu@microsoft.com' approvers: 'grama@microsoft.com' mainpublisher: AIFrameworks + serviceendpointurl: 'https://api.esrp.microsoft.com'