From 19e403529c08326b5be08bfe3ef4a25eaa8987ae Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Wed, 4 Dec 2024 15:34:46 +0300 Subject: [PATCH] rename artifacts to intuitive name --- .azure-pipelines/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/ci-build.yml b/.azure-pipelines/ci-build.yml index 2a7cfbb..e29a697 100644 --- a/.azure-pipelines/ci-build.yml +++ b/.azure-pipelines/ci-build.yml @@ -38,7 +38,7 @@ extends: outputs: - output: pipelineArtifact displayName: 'Publish Microsoft.Kiota.*.nupkg and release pipeline scripts' - artifactName: Nugets + artifactName: ArtifactsForRelease targetPath: $(Build.ArtifactStagingDirectory) steps: @@ -244,7 +244,7 @@ extends: isProduction: true inputs: - input: pipelineArtifact - artifactName: Nugets + artifactName: ArtifactsForRelease targetPath: $(Pipeline.Workspace) strategy: runOnce: