C# support for Travis-CI is community maintained.
Please open any issues at https://travis-ci.community/c/languages/37-category and cc @joshua-anderson @akoeplinger @nterry
Installing .NET Core
$ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
$ export DOTNET_CLI_TELEMETRY_OPTOUT=1
6.10s0.47sE: 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.502*" failed and exited with 100 during .
Your build has been stopped.
Is this some transient issue that’s in progress?
Yes, I also worked around the issue by switching to xenial. And it did increase the build time by about a minute (at least looks that way for now – don’t have enough data points yet).
I am very thankful to the Travis and C# community for providing such awesome support. For free.
I noticed that the first build (whenever I change something significant) often takes longer. I will monitor and see if subsequent builds are faster or not.
A few minutes is not too long for me. I commit, at best, every 15 minutes (if not a couple of times a day). I can live with this.
Installing .NET Core
$ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
$ export DOTNET_CLI_TELEMETRY_OPTOUT=1
E: Unable to locate package dotnet-sdk-2.2
E: Couldn't find any package by glob 'dotnet-sdk-2.2'
E: Couldn't find any package by regex 'dotnet-sdk-2.2'
The command "sudo apt-get install -qq dotnet-sdk-2.2" failed and exited with 100 during .