From 04d80bb567e64c68264fa4e0e550fc72009112a1 Mon Sep 17 00:00:00 2001 From: Al <26797547+Al12rs@users.noreply.github.com> Date: Tue, 9 Feb 2021 22:01:24 +0100 Subject: Appveyor: artifact only the exe The entire build is too big and we get over the limit too fast --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4ab86acc..854e3aaa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,10 +52,10 @@ build_script: if($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode ) } test: off artifacts: -- path: '\modorganizer-build\install\bin' +- path: '\modorganizer-build\install\bin\ModOrganizer.exe' name: Mod.Organizer-$(APPVEYOR_BUILD_VERSION) -- path: '\modorganizer-build\install\pdb' - name: PDBs-Mod.Organizer-$(APPVEYOR_BUILD_VERSION) +- path: '\modorganizer-build\install\pdb\ModOrganizer.pdb' + name: PDB-Mod.Organizer-$(APPVEYOR_BUILD_VERSION) deploy: off on_success: - ps: >- -- cgit v1.3.1