diff --git a/scripts/compile/compile-stage.ps1 b/scripts/compile/compile-stage.ps1 index 9c4b7f4ee..a20d38370 100644 --- a/scripts/compile/compile-stage.ps1 +++ b/scripts/compile/compile-stage.ps1 @@ -90,7 +90,7 @@ $BinariesForCoreHost | ForEach-Object { header "Crossgening Roslyn compiler ..." _cmd "$RepoRoot\scripts\crossgen\crossgen_roslyn.cmd ""$OutputDir""" -# Copy dnx into stage 2 +# Copy dnx into stage OutputDir cp -rec "$DnxRoot\" "$OutputDir\bin\dnx\" # Copy in the dotnet-restore script