Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ extends:
- output: artifactsDrop
dropServiceURI: https://devdiv.artifacts.visualstudio.com/DefaultCollection
buildNumber: $(ReleaseDropPrefix)/symbols
dropMetadataContainerName: DropMetadata-$(Build.BuildId)-symbols-$(System.JobAttempt)
dropMetadataContainerName: DropMetadata-shipping-symbols
sourcePath: $(Build.StagingDirectory)\symbols
retentionDays: 120
toLowerCase: false
Expand All @@ -574,7 +574,7 @@ extends:

- task: DownloadPipelineArtifact@2
inputs:
artifactName: DropMetadata-$(Build.BuildId)-nugets-$(System.JobAttempt)
artifactName: DropMetadata-shipping-nugets
downloadPath: $(Build.StagingDirectory)\metadata
displayName: Download nugets drop metadata

Expand Down