Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Oct 11, 2024
1 parent ad15795 commit 4d45c50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d45c50

Please sign in to comment.