Update appveyor.yml

This commit is contained in:
Federico Cecchetto 2021-09-07 01:37:18 +02:00
parent a1ec5b1260
commit d1744db26d

View File

@ -10,15 +10,10 @@ environment:
branches: branches:
only: only:
- master - main
- develop
skip_branch_with_pr: true skip_branch_with_pr: true
# Doesn't work :(
#cache:
# - build
configuration: configuration:
- Debug - Debug
- Release - Release
@ -43,5 +38,3 @@ build:
artifacts: artifacts:
- path: build/version.txt - path: build/version.txt
- path: build/bin/**/h2-mod.exe - path: build/bin/**/h2-mod.exe
# - path: build/bin/**/*.exe
# - path: build/bin/**/*.pdb