Skip to content

Commit 2c07645

Browse files
authored
[ci] Use unique storage URLs for installers (#5313)
Commit b864f93 appears to have broken the GitHub status for the .NET 6 installers. These changes resulted in us attempting to use the same blob storage location for both legacy and .NET 6 installers, and the step which ran last (often legacy, as signing takes a while) would write over the previous status. Adding `net6` to the .NET 6 installer blob storage path should fix this.
1 parent 21d3356 commit 2c07645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ stages:
11821182
parameters:
11831183
ArtifactsDirectory: $(System.DefaultWorkingDirectory)\installer-artifacts
11841184
Azure.ContainerName: $(Azure.Container.Name)
1185-
Azure.BlobPrefix: $(Build.DefinitionName)/public/$(Build.BuildId)/$(Build.SourceBranchName)/$(Build.SourceVersion)
1185+
Azure.BlobPrefix: $(Build.DefinitionName)/public/net6/$(Build.BuildId)/$(Build.SourceBranchName)/$(Build.SourceVersion)
11861186
GitHub.Context: .NET 6 Preview Installers
11871187

11881188
- template: yaml-templates/upload-results.yaml

0 commit comments

Comments
 (0)