mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Update TravisCI build to use Net Core SDK 2.1.300 preview (#610)
This commit is contained in:
@@ -7,7 +7,7 @@ os:
|
|||||||
# - osx
|
# - osx
|
||||||
|
|
||||||
mono: none
|
mono: none
|
||||||
dotnet: 2.0.0
|
dotnet: 2.1.300
|
||||||
|
|
||||||
# safelist
|
# safelist
|
||||||
branches:
|
branches:
|
||||||
@@ -25,7 +25,7 @@ env:
|
|||||||
before_install:
|
before_install:
|
||||||
- if [ $TRAVIS_OS_NAME == "linux" ]; then
|
- if [ $TRAVIS_OS_NAME == "linux" ]; then
|
||||||
sudo apt-get update;
|
sudo apt-get update;
|
||||||
sudo apt-get install dotnet-sdk-2.0.0;
|
sudo apt-get install dotnet-sdk-2.1.300-preview2-008533;
|
||||||
else
|
else
|
||||||
brew update;
|
brew update;
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user