From ad2bd98d0255b1d26ed7a2a2dfa8045e5437db3b Mon Sep 17 00:00:00 2001 From: masenol <54191670+masenol@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:52:17 -0700 Subject: [PATCH] Updating the artifact download path to fix the publish pipeline (#629) --- .ado/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/publish.yml b/.ado/publish.yml index 4df99c3f..252d53dc 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -147,7 +147,7 @@ extends: inputs: - input: pipelineArtifact displayName: 'Download azure-quantum artifacts' - targetPath: $(System.DefaultWorkingDirectory)/drop + targetPath: $(Pipeline.Workspace)/azure-quantum-wheels artifactName: azure-quantum-wheels steps: - task: UsePythonVersion@0