mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
parent
f7b5664cf1
commit
565535623d
2 changed files with 12 additions and 13 deletions
|
|
@ -28,7 +28,6 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MySqlConnector" Version="2.6.0" />
|
||||
<None Include="..\..\LICENSE">
|
||||
<Pack>True</Pack>
|
||||
<PackagePath></PackagePath>
|
||||
|
|
|
|||
24
appveyor.yml
24
appveyor.yml
|
|
@ -1,11 +1,11 @@
|
|||
version: 1.76.{build}
|
||||
version: 1.77.{build}
|
||||
pull_requests:
|
||||
do_not_increment_build_number: true
|
||||
skip_tags: true
|
||||
branches:
|
||||
except:
|
||||
- /dependabot/
|
||||
image: Visual Studio 2022
|
||||
image: Visual Studio 2026
|
||||
configuration: Release
|
||||
platform: x64
|
||||
init:
|
||||
|
|
@ -46,19 +46,19 @@ environment:
|
|||
secure: lGLpqex+Weod6ZiPw34RwTv999QvoSZ+imTcmYhiJWQL6XkfkVUYcqOO6pJDuAYt
|
||||
services:
|
||||
- mysql
|
||||
install:
|
||||
- ps: AppVeyor\AppVeyorInstall.ps1
|
||||
#install:
|
||||
# - ps: AppVeyor\AppVeyorInstall.ps1
|
||||
before_build:
|
||||
- cmd: AppVeyor\AppVeyorBeforeCompile.bat
|
||||
#build:
|
||||
# project: Source\ACE.sln
|
||||
# verbosity: minimal
|
||||
build_script:
|
||||
- cmd: AppVeyor\AppVeyorBuild.bat
|
||||
build:
|
||||
project: Source\ACE.sln
|
||||
verbosity: minimal
|
||||
#build_script:
|
||||
#- cmd: AppVeyor\AppVeyorBuild.bat
|
||||
after_build:
|
||||
- cmd: AppVeyor\AppVeyorAfterCompile.bat
|
||||
#before_package:
|
||||
#- cmd: AppVeyor\AppVeyorBeforePackage.bat
|
||||
before_package:
|
||||
- cmd: AppVeyor\AppVeyorBeforePackage.bat
|
||||
test_script:
|
||||
- cmd: AppVeyor\AppVeyorTestScript.bat
|
||||
artifacts:
|
||||
|
|
@ -77,7 +77,7 @@ deploy:
|
|||
- provider: GitHub
|
||||
tag: v$(appveyor_build_version)
|
||||
release: ACEmulator Server - v$(appveyor_build_version)
|
||||
description: <h1> ACEmulator Server - v$(appveyor_build_version) </h1> <blockquote>The following changes are included in this release:</<blockquote> <h1></h1>$(APPVEYOR_REPO_COMMIT_MESSAGE) <p>$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)<p><a href="https://github.com/ACEmulator/ACE/compare/v1.0.XXXX...v1.1.XXXX">Click here to see the detailed changes</a></p><h1><h6>automated server build - $(APPVEYOR_REPO_COMMIT_TIMESTAMP)
|
||||
description: <blockquote><h1><h6>automated server build - $(APPVEYOR_REPO_COMMIT_TIMESTAMP)</blockquote>
|
||||
auth_token:
|
||||
secure: lGLpqex+Weod6ZiPw34RwTv999QvoSZ+imTcmYhiJWQL6XkfkVUYcqOO6pJDuAYt
|
||||
artifact: /.*\.zip/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue