mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Also rename the cake project in the bootstrap script
This commit is contained in:
@ -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..."
|
||||
|
Reference in New Issue
Block a user