We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b2b8e commit c17c669Copy full SHA for c17c669
eng/pipelines/templates/jobs/dnup/dnup-library-publish.yml
@@ -35,7 +35,7 @@ jobs:
35
- task: 1ES.DownloadPipelineArtifact@1
36
displayName: 🟣 Download build artifacts
37
inputs:
38
- artifactName: Artifacts
+ artifactName: dnup-library-packages
39
targetPath: $(System.DefaultWorkingDirectory)/artifacts
40
# 1ES docs: https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/outputs/nuget-packages
41
# DotNetCoreCLI@2 docs: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/dotnet-core-cli-v2
0 commit comments