Fix build race (#13197)
This commit is contained in:
parent
fc0c26cbec
commit
4d0c03fe28
|
|
@ -37,6 +37,11 @@
|
||||||
<Reference Include="System.Reactive.Linq" />
|
<Reference Include="System.Reactive.Linq" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup Condition="'$(BuildNodeJS)' == 'true'">
|
||||||
|
<ProjectReference Include="..\signalr\signalr.npmproj" />
|
||||||
|
<ProjectReference Include="..\signalr-protocol-msgpack\signalr-protocol-msgpack.npmproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="wwwroot\js\" />
|
<Folder Include="wwwroot\js\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue