From e521d921e6c7c88824fe7f1d78b856fdfe310c65 Mon Sep 17 00:00:00 2001 From: Nuget Ninja Date: Sun, 7 Apr 2024 03:21:58 +0000 Subject: [PATCH] Auto csproj fix and update by bot. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6d0588..9154287 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,6 +68,7 @@ publish: - lint - test script: + - dotnet build -maxcpucount:1 --configuration Release - dotnet publish -maxcpucount:1 --configuration Release --runtime linux-x64 --no-self-contained *.sln pack: