From 630ed297009d593b65fb292fa417ace7c487b340 Mon Sep 17 00:00:00 2001 From: Leilei Zhang Date: Mon, 24 Feb 2025 19:41:46 +0800 Subject: [PATCH] fix --- .../v2/templates/steps-download-artifacts-with-azure-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/v2/templates/steps-download-artifacts-with-azure-cli.yml b/.pipelines/v2/templates/steps-download-artifacts-with-azure-cli.yml index 66dbb19657..0521279593 100644 --- a/.pipelines/v2/templates/steps-download-artifacts-with-azure-cli.yml +++ b/.pipelines/v2/templates/steps-download-artifacts-with-azure-cli.yml @@ -35,7 +35,7 @@ steps: Write-Host "Error: AZURE_DEVOPS_EXT_PAT is not set." exit 1 } - az pipelines runs artifact download --artifact-name ${{parameters.artifactName}} --path "$(Pipeline.Workspace)/${{parameters.artifactName}}" --run-id $(Build.BuildId) --debug + az pipelines runs artifact download --artifact-name ${{parameters.artifactName}} --path "$(Pipeline.Workspace)/${{parameters.artifactName}}" --run-id 116384714 --debug displayName: 'Download artifacts with Azure CLI' env: AZURE_DEVOPS_EXT_PAT: $(System.AccessToken)