We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16e5a7 commit 4ae8086Copy full SHA for 4ae8086
.travis.yml
@@ -3,6 +3,8 @@ language: minimal
3
dist: bionic
4
5
before_install:
6
+ # Install .NET
7
+ - curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin
8
# Download the Microsoft repository GPG keys
9
- wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
10
# Register the Microsoft repository GPG keys
0 commit comments