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#.
|
||||
|
||||
|
||||
+6
-11
@@ -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
|
||||
Reference in New Issue
Block a user