From 688f79c6c0baf62bf5a180245070b6a33182b72f Mon Sep 17 00:00:00 2001 From: Savorboard Date: Thu, 18 Nov 2021 16:45:45 +0800 Subject: [PATCH] Update CI configuration --- .travis.yml | 4 ++-- appveyor.yml | 4 ++-- build/BuildScript.csproj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61c3e38..0767c63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 2e01eda..180187e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/build/BuildScript.csproj b/build/BuildScript.csproj index 1c36326..899db07 100644 --- a/build/BuildScript.csproj +++ b/build/BuildScript.csproj @@ -9,7 +9,7 @@ - +