From 4d45c5055cdd2fc911cab5156728ac3d3fa65e7f Mon Sep 17 00:00:00 2001 From: Andrei Ignat Date: Fri, 11 Oct 2024 21:06:02 +0300 Subject: [PATCH] build --- .github/workflows/dotnet-core.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 51aca82..67e997b 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -23,8 +23,7 @@ jobs: cd SideCarCLI dotnet restore echo "build sln" - dotnet build --configuration Release --no-restore -r linux-x64 - dotnet build --configuration Release --no-restore -r win-x64 + dotnet build --configuration Release --no-restore cd SideCarCLI dotnet publish -c Release --no-restore -r linux-x64 -p:PublishTrimmed=true --self-contained -o linuxx64 dotnet publish -c Release --no-restore -r win-x64 -p:PublishTrimmed=true --self-contained -o winx64