Quote the path to BlazorDevServer dll (#9659)

Fixes https://github.com/aspnet/AspNetCore/issues/9597
This commit is contained in:
Pranav K 2019-04-22 20:05:50 -07:00 committed by John Luo
parent b0dfd15d28
commit fa3deae52c
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
<PropertyGroup>
<_BlazorDevServerDll>$(MSBuildThisFileDirectory)../tools/blazor-devserver.dll</_BlazorDevServerDll>
<RunCommand>dotnet</RunCommand>
<RunArguments>$(_BlazorDevServerDll) serve</RunArguments>
<RunArguments>&quot;$(_BlazorDevServerDll)&quot; serve</RunArguments>
</PropertyGroup>
</Project>