mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-10 10:12:39 -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:
|
||||
- if [ $TRAVIS_OS_NAME == "linux" ]; then
|
||||
sudo apt-get update;
|
||||
sudo apt-get install dotnet-sdk-2.1.300-preview2-008533;
|
||||
sudo apt-get install dotnet-sdk-2.1;
|
||||
else
|
||||
brew update;
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user