Files
Open-Shell-Menu/appveyor.yml
ge0rdi e25b656275 Use VS2022
Note that `_ATL_MODULES` define is now needed for compatibility with C++
conformance mode (`/permissive-`).
More details here:
https://developercommunity.visualstudio.com/t/Crash-in-ATL-CEnumerator::MoveNext-after/10116823
2022-12-28 19:26:22 +01:00

26 lines
531 B
YAML

version: 4.4.{build}
branches:
only:
- master
pull_requests:
do_not_increment_build_number: true
skip_tags: true
image: Visual Studio 2022
clone_depth: 1
build_script:
- cmd: Src\Setup\__MakeFinal.bat
test: off
only_commits:
files:
- Src/
- Localization/
deploy:
- provider: GitHub
tag: v$(APPVEYOR_BUILD_VERSION)
release: $(APPVEYOR_BUILD_VERSION)
on:
APPVEYOR_ACCOUNT_NAME: passionate-coder
auth_token:
secure: D0QZnRZfea3qJlWOwrxE6M2jrbiSrOfz/6U7RzdeeG8N0qNDFKI7LFjYyw2I/PcR
prerelease: true