mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-15 02:48:35 -05:00
Update TravisCI to use .Net Core 2.1.300 GA release (#626)
* Update TravisCI to use .Net Core 2.1.300 GA * Update apt-get package name
This commit is contained in:
@@ -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.1.300-preview2-008533;
|
sudo apt-get install dotnet-sdk-2.1;
|
||||||
else
|
else
|
||||||
brew update;
|
brew update;
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user