Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
<Reference Include="System.Reactive.Linq" />
</ItemGroup>

<ItemGroup Condition="'$(BuildNodeJS)' == 'true'">
<ProjectReference Include="..\signalr\signalr.npmproj" />
<ProjectReference Include="..\signalr-protocol-msgpack\signalr-protocol-msgpack.npmproj" />
</ItemGroup>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.dotnet\sdk\3.0.100-preview7-012821\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(234,5): error NETSDK1004: Assets file 'F:\workspace_work\1\s\artifacts\obj\SignalR.Client.FunctionalTestApp\project.assets.json' not found. Run a NuGet package restore to generate this file.
Build failed.
Cmd.exe exited with code '1'.

Do you have any idea why nuget restore hasn't run at that point? Or why project.assets.json was deleted?


<ItemGroup>
<Folder Include="wwwroot\js\" />
</ItemGroup>
Expand Down