Skip to content

Commit c17c669

Browse files
committed
Fix artifact name
1 parent 88b2b8e commit c17c669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/jobs/dnup/dnup-library-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- task: 1ES.DownloadPipelineArtifact@1
3636
displayName: 🟣 Download build artifacts
3737
inputs:
38-
artifactName: Artifacts
38+
artifactName: dnup-library-packages
3939
targetPath: $(System.DefaultWorkingDirectory)/artifacts
4040
# 1ES docs: https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/outputs/nuget-packages
4141
# DotNetCoreCLI@2 docs: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/dotnet-core-cli-v2

0 commit comments

Comments
 (0)