Skip to content

Commit 4e87a5c

Browse files
committed
Merge branch 'netcore2' of https://github.com/dotnet-architecture/eShopOnContainers into netcore2
# Conflicts: # cli-windows/build-bits.ps1
2 parents bbb36f3 + 96f4601 commit 4e87a5c

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
@@ -32,7 +32,7 @@ $projectPaths =
3232
remove-item -path $outPath -Force -Recurse -ErrorAction SilentlyContinue
3333
#Write-Host "Publishing $projectPathAndFile to $outPath" -ForegroundColor Yellow
3434
dotnet build $projectPathAndFile
35-
dotnet publish $projectPathAndFile -o $outPath
35+
dotnet publish $projectPathAndFile -o $outPath -c Release
3636
}
3737
}
3838

0 commit comments

Comments
 (0)