File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ dist: xenial
44solution : CAP.sln
55dotnet : 5.0.100
66mono : none
7- before_script :
8- - sudo apt-get install dotnet-sdk-3.0
97env :
108 - Cap_MySql_ConnectionString="Server=127.0.0.1;Database=cap_test;Uid=root;Pwd=;Allow User Variables=True;SslMode=none"
119
@@ -14,5 +12,5 @@ services:
1412
1513script :
1614 - export PATH="$PATH:$HOME/.dotnet/tools"
17- - dotnet tool install --global FlubuCore.GlobalTool --version 5 .1.1
18- - flubu build tests
15+ - dotnet tool install --global FlubuCore.GlobalTool --version 6 .1.0
16+ - flubu build tests
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ environment:
77services :
88 - mysql
99before_build :
10- - ps : dotnet tool install --global FlubuCore.GlobalTool --version 5 .1.1
10+ - ps : dotnet tool install --global FlubuCore.GlobalTool --version 6 .1.0
1111build_script :
1212 - ps : flubu
1313test : off
You can’t perform that action at this time.
0 commit comments