From 97128936b82e6c675a87a756ea0b989a009ccd79 Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Fri, 12 Apr 2024 15:35:50 +0800 Subject: [PATCH] Update TriggerExtensionRelease.yml --- .github/workflows/TriggerExtensionRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TriggerExtensionRelease.yml b/.github/workflows/TriggerExtensionRelease.yml index 41b3a0db8ea..dcfd24d4c45 100644 --- a/.github/workflows/TriggerExtensionRelease.yml +++ b/.github/workflows/TriggerExtensionRelease.yml @@ -35,5 +35,5 @@ jobs: commit-id: ${{ github.sha }} with: inlineScript: | - az pipelines build queue --definition-id 515 --organization https://dev.azure.com/azclitools --project internal --variables commit_id=0722e1362c9151a2e6496b226271123f6927f809 + az pipelines build queue --definition-id 515 --organization https://dev.azure.com/azclitools --project internal --variables commit_id=0722e1362c9151a2e6496b226271123f6927f809 --debug --verbose # az pipelines build queue --definition-id ${{ env.ado-pipeline-id }} --organization ${{ env.ado-org }} --project ${{ env.ado-project }} --variables commit_id=${{ env.commit-id }}