Skip to content

Commit 5655356

Browse files
v1.77 (#4456)
* v1.77 * Update appveyor.yml * Update appveyor.yml
1 parent f7b5664 commit 5655356

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

Source/ACE.Adapter/ACE.Adapter.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="MySqlConnector" Version="2.6.0" />
3231
<None Include="..\..\LICENSE">
3332
<Pack>True</Pack>
3433
<PackagePath></PackagePath>

appveyor.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
version: 1.76.{build}
1+
version: 1.77.{build}
22
pull_requests:
33
do_not_increment_build_number: true
44
skip_tags: true
55
branches:
66
except:
77
- /dependabot/
8-
image: Visual Studio 2022
8+
image: Visual Studio 2026
99
configuration: Release
1010
platform: x64
1111
init:
@@ -46,19 +46,19 @@ environment:
4646
secure: lGLpqex+Weod6ZiPw34RwTv999QvoSZ+imTcmYhiJWQL6XkfkVUYcqOO6pJDuAYt
4747
services:
4848
- mysql
49-
install:
50-
- ps: AppVeyor\AppVeyorInstall.ps1
49+
#install:
50+
# - ps: AppVeyor\AppVeyorInstall.ps1
5151
before_build:
5252
- cmd: AppVeyor\AppVeyorBeforeCompile.bat
53-
#build:
54-
# project: Source\ACE.sln
55-
# verbosity: minimal
56-
build_script:
57-
- cmd: AppVeyor\AppVeyorBuild.bat
53+
build:
54+
project: Source\ACE.sln
55+
verbosity: minimal
56+
#build_script:
57+
#- cmd: AppVeyor\AppVeyorBuild.bat
5858
after_build:
5959
- cmd: AppVeyor\AppVeyorAfterCompile.bat
60-
#before_package:
61-
#- cmd: AppVeyor\AppVeyorBeforePackage.bat
60+
before_package:
61+
- cmd: AppVeyor\AppVeyorBeforePackage.bat
6262
test_script:
6363
- cmd: AppVeyor\AppVeyorTestScript.bat
6464
artifacts:
@@ -77,7 +77,7 @@ deploy:
7777
- provider: GitHub
7878
tag: v$(appveyor_build_version)
7979
release: ACEmulator Server - v$(appveyor_build_version)
80-
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)
80+
description: <blockquote><h1><h6>automated server build - $(APPVEYOR_REPO_COMMIT_TIMESTAMP)</blockquote>
8181
auth_token:
8282
secure: lGLpqex+Weod6ZiPw34RwTv999QvoSZ+imTcmYhiJWQL6XkfkVUYcqOO6pJDuAYt
8383
artifact: /.*\.zip/

0 commit comments

Comments
 (0)