Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit cd10d7e

Browse files
committed
Fixing csproj
1 parent 29ad3d1 commit cd10d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-ts/Microsoft.AspNetCore.SignalR.Client.TS/Microsoft.AspNetCore.SignalR.Client.TS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<!-- this target relies on npm packages being restored manually or when running full build -->
2525
<Target Name="BuildTSClient" Inputs="@(Inputs)" Outputs="@(Outputs)" BeforeTargets="Build">
26-
<Exec Command="npm run gulp -- --gulpfile $(MSBuildThisFileDirectory)gulpfile.js build-ts-client" />
26+
<Exec Command='npm run gulp -- --gulpfile "$(MSBuildThisFileDirectory)gulpfile.js" build-ts-client' />
2727
</Target>
2828

2929
<Target Name="CleanTSClient" AfterTargets="Clean">

0 commit comments

Comments
 (0)