Skip to content

Commit

Permalink
fix Microsoft.NETCore.ConsoleHost is replaced by `Microsoft.NETCore…
Browse files Browse the repository at this point in the history
….DotNetHost`
  • Loading branch information
enricosada committed Jul 7, 2016
1 parent 41039af commit d20d21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@ popd

rem rename fsc and coreconsole to allow fsc.exe to to start compiler
pushd .\lkg\bin\debug\netstandard1.6\win7-x64\publish
fc fsi.exe corehost.exe >nul
fc fsi.exe dotnet.exe >nul
@if ERRORLEVEL 1 (
copy fsi.exe fsi.dll
copy corehost.exe fsi.exe
copy dotnet.exe fsi.exe
)
popd

Expand Down

0 comments on commit d20d21d

Please sign in to comment.