Since today whenever I try to run a csharp build it immediately fails with the following errors:
31.91s0.62sE: Unable to locate package dotnet-sdk-2.1
E: Couldn’t find any package by glob ‘dotnet-sdk-2.1’
E: Couldn’t find any package by regex ‘dotnet-sdk-2.1’
The command “sudo apt-get install -qq dotnet-sdk-2.1=2.1.500*” failed and exited with 100 during .
Tried changing from trusty to xenial, and going from 2.1.500 to 2.1.300.
I’m going to try and install it manually and see how it goes.
This is still happening, unfortunately, with exactly the same error message. E.g. https://travis-ci.org/skolima/NuKeeper (net-2.1 SDK build, no code changes, now fails)