From c1d96f23a56680c571c0262363c4df107d48b637 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Thu, 28 Nov 2024 23:01:27 +0300 Subject: [PATCH] Added mandatory artifactName --- .azure-pipelines/release-cli.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/release-cli.yaml b/.azure-pipelines/release-cli.yaml index 3766f6283a..3d4a6114b2 100644 --- a/.azure-pipelines/release-cli.yaml +++ b/.azure-pipelines/release-cli.yaml @@ -732,6 +732,7 @@ extends: isProduction: true inputs: - input: pipelineArtifact + artifactName: build-output-$(rid) targetPath: $(artifactsDownloadLocation) steps: - checkout: none