From 492d82073d1cd1467ca23e86ca9b43a6a9f07ada Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 27 Aug 2018 19:45:44 -0400 Subject: Update appveyor.yml --- appveyor.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index be84836..ed75958 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,10 @@ artifacts: - - path: Project-Ports\bin\debug - name: Project Ports + - path: Ports-%APPVEYOR_REPO_COMMIT%.zip + name: Ports-%APPVEYOR_REPO_COMMIT% + +after_build: +# scripts to run after build +- netstat -ab +- tree /F +# zip the archive +- '7z a Ports-%APPVEYOR_REPO_COMMIT%.zip build-win' -- cgit v1.2.3