Quote the path to BlazorDevServer dll (#9659)
Fixes https://github.com/aspnet/AspNetCore/issues/9597
This commit is contained in:
parent
b0dfd15d28
commit
fa3deae52c
|
|
@ -2,6 +2,6 @@
|
|||
<PropertyGroup>
|
||||
<_BlazorDevServerDll>$(MSBuildThisFileDirectory)../tools/blazor-devserver.dll</_BlazorDevServerDll>
|
||||
<RunCommand>dotnet</RunCommand>
|
||||
<RunArguments>$(_BlazorDevServerDll) serve</RunArguments>
|
||||
<RunArguments>"$(_BlazorDevServerDll)" serve</RunArguments>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue