Last active
September 12, 2019 16:42
-
-
Save iAmBipinPaul/ff94377254bb6467559ea705c84e4bf9 to your computer and use it in GitHub Desktop.
build .net core preview apps on Travis CI (It will always download the latest preview release)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dist: xenial | |
addons: | |
snaps: | |
- name: dotnet-sdk | |
classic: true | |
channel: latest/beta | |
sudo: required | |
language: csharp | |
mono: none | |
script: | |
- sudo snap alias dotnet-sdk.dotnet dotnet | |
- dotnet --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build log for .net core 3 preview 3