From 48cc42ef2abb227c831c30f39e9f52bb5e0a204d Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 12 Feb 2019 19:44:37 +0000 Subject: [PATCH] CI: Create archives after build automatically --- build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build b/build index 0661a40..869f5c5 100755 --- a/build +++ b/build @@ -110,9 +110,7 @@ function task_ci { execute nuget help | head -n1; task_end 0; - tasks_run build; - - + tasks_run build archive; }