aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ea3efc3..0f851da 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,3 +1,7 @@
+after_build:
+ - tree /F
+ - 7z a "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip" "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\**"
+
artifacts:
- - path: Project-Ports\bin\debug\*
- name: Project Ports
+ - path: \bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip
+ name: Ports-%APPVEYOR_BUILD_VERSION%