From d1744db26d466321b1aaa078d50256e7d43c58d5 Mon Sep 17 00:00:00 2001 From: Federico Cecchetto Date: Tue, 7 Sep 2021 01:37:18 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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