Skip to content

Commit

Permalink
another attempt with platform and tool set versions
Browse files Browse the repository at this point in the history
  • Loading branch information
guilherme-gm committed Dec 30, 2023
1 parent c874453 commit f704fe7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,19 @@ environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
VisualStudioVersion: 15.0
PlatformToolset: v141
WindowsTargetPlatformVersion: 10.0.14393.0
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
VisualStudioVersion: 16.0
PlatformToolset: v142
WindowsTargetPlatformVersion: 10.0.17763.0
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
VisualStudioVersion: 17.0
VisualStudioVersion: 16.0
WindowsTargetPlatformVersion: 10.0
PlatformToolset: v143
services: mysql
build_script:
- cmd: MSBuild %HerculesProject% /p:VisualStudioVersion=%VisualStudioVersion% /p:WindowsTargetPlatformVersion=%VisualStudioVersion% /t:map-server,char-server,login-server
- cmd: MSBuild %HerculesProject% /p:PlatformToolset=%PlatformToolset% /p:WindowsTargetPlatformVersion=%WindowsTargetPlatformVersion% /t:map-server,char-server,login-server
test: off
deploy: off
notifications:
Expand Down

0 comments on commit f704fe7

Please sign in to comment.