Update appveryor, removed travis we dont need two of them.

This commit is contained in:
hondacrx
2021-11-15 16:08:31 -05:00
parent d5911e1c92
commit e0f344af25
3 changed files with 7 additions and 20 deletions
+6 -11
View File
@@ -1,16 +1,11 @@
version: '{build}'
version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2019
image: Visual Studio 2022
clone_script:
- cmd: git clone -q --branch=master --recursive https://github.com/CypherCore/CypherCore.git C:\projects\CypherCore-master
before_build:
- cmd: dotnet restore
build_script:
- cmd: >-
cd "C:/projects/CypherCore-master"
dotnet restore
dotnet build /p:Platform=win-x64
build:
verbosity: minimal