CI: Create archives after build automatically

This commit is contained in:
Starbeamrainbowlabs 2019-02-12 19:44:37 +00:00
parent 1360eb9c6f
commit 48cc42ef2a
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 3 deletions

4
build
View File

@ -110,9 +110,7 @@ function task_ci {
execute nuget help | head -n1;
task_end 0;
tasks_run build;
tasks_run build archive;
}