Should fix travis and appveyor builds

This commit is contained in:
hondacrx
2019-12-06 23:13:55 -05:00
parent 67ae576192
commit b1f2954475
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ language: csharp
dist: xenial dist: xenial
sudo: required sudo: required
mono: none mono: none
dotnet: 2.2 dotnet: 3.1
script: script:
- dotnet restore - dotnet restore
- dotnet build - dotnet build
+1 -1
View File
@@ -2,7 +2,7 @@ version: '{build}'
pull_requests: pull_requests:
do_not_increment_build_number: true do_not_increment_build_number: true
image: Visual Studio 2017 image: Visual Studio 2019
clone_script: clone_script:
- cmd: git clone -q --branch=master --recursive https://github.com/CypherCore/CypherCore.git C:\projects\CypherCore-master - cmd: git clone -q --branch=master --recursive https://github.com/CypherCore/CypherCore.git C:\projects\CypherCore-master