mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Update StringResourceTool for netcoreapp3.1 version (#978)
This commit is contained in:
@@ -8,7 +8,6 @@ os:
|
||||
|
||||
mono: none
|
||||
dotnet: 3.1
|
||||
# was dotnet: 2.2.100-preview3-009430
|
||||
|
||||
# safelist
|
||||
branches:
|
||||
@@ -26,7 +25,7 @@ env:
|
||||
before_install:
|
||||
- if [ $TRAVIS_OS_NAME == "linux" ]; then
|
||||
sudo apt-get update;
|
||||
sudo apt-get install dotnet-sdk-2.2;
|
||||
sudo apt-get install dotnet-sdk-3.1;
|
||||
else
|
||||
brew update;
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user