Skip to content

Commit c514c8c

Browse files
author
Igor Sychev
committed
release publish configuration for win/mac, because for Linux it's already done
1 parent 0d0b812 commit c514c8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli-mac/build-bits.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ do
2525
echo -e "\e[33m\tRestoring project"
2626
dotnet restore
2727
echo -e "\e[33m\tBuilding and publishing projects"
28-
dotnet publish -o obj/Docker/publish
28+
dotnet publish -o obj/Docker/publish -c Release
2929
popd
3030
done
3131

cli-windows/build-bits.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $projectPaths | foreach {
3131
Write-Host "Publishing $projectPathAndFile to $outPath" -ForegroundColor Yellow
3232
dotnet restore $projectPathAndFile
3333
dotnet build $projectPathAndFile
34-
dotnet publish $projectPathAndFile -o $outPath
34+
dotnet publish $projectPathAndFile -o $outPath -c Release
3535
}
3636

3737

0 commit comments

Comments
 (0)