Browse Source

Update CI configuration

master
Savorboard 2 years ago
parent
commit
688f79c6c0
3 changed files with 5 additions and 5 deletions
  1. +2
    -2
      .travis.yml
  2. +2
    -2
      appveyor.yml
  3. +1
    -1
      build/BuildScript.csproj

+ 2
- 2
.travis.yml View File

@@ -2,7 +2,7 @@ language: csharp
sudo: required
dist: xenial
solution: CAP.sln
dotnet: 5.0.100
dotnet: 6.0.100
mono: none
env:
- Cap_MySql_ConnectionString="Server=127.0.0.1;Database=cap_test;Uid=root;Pwd=;Allow User Variables=True;SslMode=none"
@@ -12,5 +12,5 @@ services:

script:
- export PATH="$PATH:$HOME/.dotnet/tools"
- dotnet tool install --global FlubuCore.GlobalTool --version 6.1.0
- dotnet tool install --global FlubuCore.GlobalTool --version 6.3.2
- flubu build tests

+ 2
- 2
appveyor.yml View File

@@ -1,5 +1,5 @@
version: '{build}'
os: Visual Studio 2019
os: Visual Studio 2022
environment:
BUILDING_ON_PLATFORM: win
BuildEnvironment: appveyor
@@ -7,7 +7,7 @@ environment:
services:
- mysql
before_build:
- ps: dotnet tool install --global FlubuCore.GlobalTool --version 6.1.0
- ps: dotnet tool install --global FlubuCore.GlobalTool --version 6.3.2
build_script:
- ps: flubu
test: off


+ 1
- 1
build/BuildScript.csproj View File

@@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FlubuCore" Version="6.1.0" />
<PackageReference Include="FlubuCore" Version="6.3.2" />
</ItemGroup>

</Project>

Loading…
Cancel
Save