From 16908ecf2ce9b9453d9c7e106b7252656e95ccbd Mon Sep 17 00:00:00 2001 From: solao Date: Sat, 15 Aug 2020 13:25:43 -0400 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84dfea9..e902575 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ release: - docker - hawkeye script: - - 'dotnet publish -c Release -r linux-musl-x64 -o ../build --self-contained true' + - 'dotnet publish -c Release -r linux-musl-x64 -o ../build --self-contained true /p:useapphost=true' artifacts: paths: - build/*