Also rename the cake project in the bootstrap script

This commit is contained in:
miterosan 2018-10-04 19:02:59 +02:00
parent 0724b47334
commit 5abe3a0233

View File

@ -54,7 +54,7 @@ if(!$PSScriptRoot){
# Resolve the paths for resources used for debugging.
$TOOLS_DIR = Join-Path $PSScriptRoot "tools"
$CAKE_CSPROJ = Join-Path $TOOLS_DIR "cakebootstrap.csproj"
$CAKE_CSPROJ = Join-Path $TOOLS_DIR "cakebuild.csproj"
# Install the required tools locally.
Write-Host "Restoring cake tools..."