diff --git a/appveyor.yml b/appveyor.yml index 5b5f6a02..931b84c3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,15 +10,10 @@ environment: branches: only: - - master - - develop + - main skip_branch_with_pr: true -# Doesn't work :( -#cache: -# - build - configuration: - Debug - Release @@ -42,6 +37,4 @@ build: artifacts: - path: build/version.txt - - path: build/bin/**/h2-mod.exe -# - path: build/bin/**/*.exe -# - path: build/bin/**/*.pdb + - path: build/bin/**/h2-mod.exe \ No newline at end of file