Skip to content

Instantly share code, notes, and snippets.

@iAmBipinPaul
Last active September 12, 2019 16:42
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iAmBipinPaul/ff94377254bb6467559ea705c84e4bf9 to your computer and use it in GitHub Desktop.
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)
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
@iAmBipinPaul
Copy link
Author

Build log for .net core 3 preview 3

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment