Files
PDModdingCommunity_PD-Loader/appveyor.yml
T
2021-08-01 11:27:00 +08:00

16 lines
264 B
YAML

version: '{build}'
branches:
except:
- git-sync
image: Visual Studio 2019
configuration:
- Release
platform: x64
build:
project: source-code/PD-Loader.sln
verbosity: minimal
after_build:
- ps: .\package.ps1 -Clean:$false
artifacts:
- path: PD-Loader-*.zip