From cc20199ca95e542b6622d14a716d4125fbc16b64 Mon Sep 17 00:00:00 2001 From: Vincent Dai <23257217+vidai-msft@users.noreply.github.com> Date: Mon, 8 Jan 2024 23:38:10 -0800 Subject: [PATCH] Fix generation task drop folder issue (#23910) --- .azure-pipelines/code-oob.yml | 2 +- .azure-pipelines/sign-tool-installer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/code-oob.yml b/.azure-pipelines/code-oob.yml index f17b01f8be2e..ac8d22e3e2c1 100644 --- a/.azure-pipelines/code-oob.yml +++ b/.azure-pipelines/code-oob.yml @@ -131,7 +131,7 @@ stages: displayName: 'Generation Task' inputs: PackageName: 'Azure PowerShell - ${{ parameters.ServiceName }}' - BuildDropPath: '$(System.ArtifactsDirectory)/OOB' + BuildDropPath: OOB - task: PublishBuildArtifacts@1 inputs: diff --git a/.azure-pipelines/sign-tool-installer.yml b/.azure-pipelines/sign-tool-installer.yml index f99d278ed1c6..e07c26f0858a 100644 --- a/.azure-pipelines/sign-tool-installer.yml +++ b/.azure-pipelines/sign-tool-installer.yml @@ -71,7 +71,7 @@ steps: displayName: 'Generation Task' inputs: PackageName: 'Azure PowerShell - Az Tools Installer' - BuildDropPath: '$(System.ArtifactsDirectory)/artifacts' + BuildDropPath: artifacts - task: PublishPipelineArtifact@0 displayName: 'Save artifacts'