diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 22bd4546be4..a85638a2d24 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -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 @@ -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