Update appveryor, removed travis we dont need two of them.
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
language: csharp
|
|
||||||
dist: xenial
|
|
||||||
sudo: required
|
|
||||||
mono: none
|
|
||||||
dotnet: 5.0
|
|
||||||
script:
|
|
||||||
- dotnet restore
|
|
||||||
- dotnet build
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
## CypherCore [](https://travis-ci.org/CypherCore/CypherCore) [](https://ci.appveyor.com/project/hondacrx/cyphercore)
|
## CypherCore [](https://ci.appveyor.com/project/hondacrx/cyphercore)
|
||||||
|
|
||||||
CypherCore is an open source server project for World of Warcraft written in C#.
|
CypherCore is an open source server project for World of Warcraft written in C#.
|
||||||
|
|
||||||
|
|||||||
+6
-11
@@ -1,16 +1,11 @@
|
|||||||
version: '{build}'
|
version: 1.0.{build}
|
||||||
pull_requests:
|
pull_requests:
|
||||||
do_not_increment_build_number: true
|
do_not_increment_build_number: true
|
||||||
|
|
||||||
image: Visual Studio 2019
|
image: Visual Studio 2022
|
||||||
|
|
||||||
clone_script:
|
before_build:
|
||||||
- cmd: git clone -q --branch=master --recursive https://github.com/CypherCore/CypherCore.git C:\projects\CypherCore-master
|
- cmd: dotnet restore
|
||||||
|
|
||||||
build_script:
|
build:
|
||||||
- cmd: >-
|
verbosity: minimal
|
||||||
cd "C:/projects/CypherCore-master"
|
|
||||||
|
|
||||||
dotnet restore
|
|
||||||
|
|
||||||
dotnet build /p:Platform=win-x64
|
|
||||||
Reference in New Issue
Block a user