From d104f7c27279c5d0ce5e7374065a11f208448550 Mon Sep 17 00:00:00 2001 From: rms81 Date: Sun, 22 Mar 2015 23:59:08 +0000 Subject: [PATCH] Removed Version number from artifact name --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e4d2540b..ab4e2c47 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,7 +46,7 @@ test: off artifacts: # pushing entire folder as a zip archive - path: src\build\dist - name: BugNet-$(configuration)_$(version) + name: BugNet-$(configuration) type: zip