Merge branch 'netcore2' of https://github.com/dotnet-architecture/eShopOnContainers into netcore2
# Conflicts: # cli-windows/build-bits.ps1
This commit is contained in:
commit
4e87a5c77e
@ -25,7 +25,7 @@ do
|
|||||||
echo -e "\e[33m\tRestoring project"
|
echo -e "\e[33m\tRestoring project"
|
||||||
dotnet restore
|
dotnet restore
|
||||||
echo -e "\e[33m\tBuilding and publishing projects"
|
echo -e "\e[33m\tBuilding and publishing projects"
|
||||||
dotnet publish -o obj/Docker/publish
|
dotnet publish -o obj/Docker/publish -c Release
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ $projectPaths =
|
|||||||
remove-item -path $outPath -Force -Recurse -ErrorAction SilentlyContinue
|
remove-item -path $outPath -Force -Recurse -ErrorAction SilentlyContinue
|
||||||
#Write-Host "Publishing $projectPathAndFile to $outPath" -ForegroundColor Yellow
|
#Write-Host "Publishing $projectPathAndFile to $outPath" -ForegroundColor Yellow
|
||||||
dotnet build $projectPathAndFile
|
dotnet build $projectPathAndFile
|
||||||
dotnet publish $projectPathAndFile -o $outPath
|
dotnet publish $projectPathAndFile -o $outPath -c Release
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user