Merge pull request #268 from ElectronNET/dotnet-travisci-dotnetcore

Use the most recent SDK
This commit is contained in:
Robert Muehsig
2019-05-31 23:56:42 +02:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
language: csharp
mono: none
dotnet: 2.1.300
dist: xenial
dotnet: 2.2
before_script:
- export PATH="$PATH:/home/travis/.dotnet/tools"
- npm install electron-packager --global