Merge pull request #4267 from livarcocc/fix_run_csc_cmd
Double quoting the path to the host and to csc.dll in RunCsc.cmd
This commit is contained in:
commit
464024252f
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
REM Copyright (c) .NET Foundation and contributors. All rights reserved.
|
||||
REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
%~dp0..\..\dotnet %~dp0csc.exe %*
|
||||
"%~dp0..\..\dotnet" "%~dp0csc.exe" %*
|
||||
|
|
Loading…
Reference in a new issue