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
-8
View File
@@ -1,8 +0,0 @@
language: csharp
dist: xenial
sudo: required
mono: none
dotnet: 5.0
script:
- dotnet restore
- dotnet build
+1 -1
View File
@@ -1,4 +1,4 @@
## CypherCore [![Build Status](https://travis-ci.org/CypherCore/CypherCore.svg?branch=master)](https://travis-ci.org/CypherCore/CypherCore) [![Build status](https://ci.appveyor.com/api/projects/status/ge4hjp1h1d28q25j?svg=true)](https://ci.appveyor.com/project/hondacrx/cyphercore)
## CypherCore [![Build status](https://ci.appveyor.com/api/projects/status/ge4hjp1h1d28q25j?svg=true)](https://ci.appveyor.com/project/hondacrx/cyphercore)
CypherCore is an open source server project for World of Warcraft written in C#.
+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