Fix windows build break. Fix syntax of powershell 'cp' command.
This commit is contained in:
parent
389781592e
commit
1c6087b8e1
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ Download it from https://www.cmake.org
|
||||||
cmd /c "$PSScriptRoot\crossgen\crossgen_roslyn.cmd" "$Stage2Dir"
|
cmd /c "$PSScriptRoot\crossgen\crossgen_roslyn.cmd" "$Stage2Dir"
|
||||||
|
|
||||||
# Copy dnx into stage 2
|
# Copy dnx into stage 2
|
||||||
cp -rec "$DnxDir\*" "$Stage2Dir\bin\dnx\"
|
cp -rec "$DnxDir\" "$Stage2Dir\bin\dnx\"
|
||||||
|
|
||||||
# Copy in the dotnet-restore script
|
# Copy in the dotnet-restore script
|
||||||
cp "$PSScriptRoot\dotnet-restore.cmd" "$Stage2Dir\bin\dotnet-restore.cmd"
|
cp "$PSScriptRoot\dotnet-restore.cmd" "$Stage2Dir\bin\dotnet-restore.cmd"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue