You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
0 commit comments