AArnott / Library.Template

A template for a NuGet package with tests, stylecop, fxcop, versioning, and Azure Pipelines build ready to go.
MIT License
131 stars 26 forks source link

Notice .NET SDK install failure earlier and workaround broken script #91

Closed AArnott closed 3 years ago

AArnott commented 3 years ago

Workaround for https://github.com/dotnet/install-scripts/issues/136

By pinning the version of the script, any future regressions would be caught only when we explicitly upgrade the pinned version, making it obvious what the problem is, and should help us be rock-stable otherwise.