Error today when running net core builds

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.

1 Like

I’m getting the same issue. On xenial.

Installing .NET Core

$ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1

$ export DOTNET_CLI_TELEMETRY_OPTOUT=1

36.05s0.51sE: 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” failed and exited with 100 during .

Could you try restarting the affected builds, please? We’ve had reports, and deployed a potential fix.

Thanks.

Thanks!!, it’s working now.

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)

1 Like

I’m also seeing this still happening on 2.1.500, and 2.1.400