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
In https://github.com/TheAngryByrd/MiniScaffold/pulls, macOS gitlab was refusing to use global.json version of 3.1.302. It was instead using 3.1.402, which causes NuGet/Home#9786 to happen. For now I've removed macOS from the gitlab runners but we should add it back when .net 5 becomes stable.
To Reproduce
Steps to reproduce the behavior:
Add macos to gitlab build yaml
Get build to run on actions
watch dotnet sdk use 3.1.40x on dotnet new -i instead of 3.1.30x
Expected behavior
Not broken builds
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
In https://github.com/TheAngryByrd/MiniScaffold/pulls, macOS gitlab was refusing to use global.json version of 3.1.302. It was instead using 3.1.402, which causes NuGet/Home#9786 to happen. For now I've removed macOS from the gitlab runners but we should add it back when .net 5 becomes stable.
To Reproduce
Steps to reproduce the behavior:
dotnet new -i
instead of 3.1.30xExpected behavior
Not broken builds
Screenshots
The text was updated successfully, but these errors were encountered: