Skip to content

Commit 4ae8086

Browse files
committed
ci: install .NET
1 parent a16e5a7 commit 4ae8086

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ language: minimal
33
dist: bionic
44

55
before_install:
6+
# Install .NET
7+
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin
68
# Download the Microsoft repository GPG keys
79
- wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
810
# Register the Microsoft repository GPG keys

0 commit comments

Comments
 (0)