Skip to content

[ci] Use default feed to install the .NET SDK - #2393

Merged
mattleibow merged 2 commits into
mainfrom
dev/pjc/fix-net-install
Feb 28, 2023
Merged

[ci] Use default feed to install the .NET SDK#2393
mattleibow merged 2 commits into
mainfrom
dev/pjc/fix-net-install

Conversation

@pjcollins

Copy link
Copy Markdown
Collaborator

Attempts to install .NET 6.0.403 have been failing on various jobs:

Error: Unable to download https://dotnetcli.blob.core.windows.net/public/Sdk/6.0.403/dotnet-dev-win-x64.6.0.403.zip. Returned HTTP status code: 404
Could not find ".NET Core SDK" with version = 6.0.403

Fix this by preferring the default feed found in the dotnet-install.ps1 script.

Attempts to install .NET 6.0.403 have been failing on various jobs:

    Error: Unable to download https://dotnetcli.blob.core.windows.net/public/Sdk/6.0.403/dotnet-dev-win-x64.6.0.403.zip. Returned HTTP status code: 404
    Could not find ".NET Core SDK" with version = 6.0.403

Fix this by preferring the default feed found in the dotnet-install.ps1
script.
@pjcollins
pjcollins requested a review from mattleibow February 17, 2023 19:29
@pjcollins

Copy link
Copy Markdown
Collaborator Author

@mattleibow it looks like this fixes most of the failing jobs, but can not be auto-merged due to another issue with expired Apple certs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants