Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

Commit 2750fee

Browse files
author
moozzyk
committed
NoSampling - disabling building samples until the package is on NuGet
1 parent f6a3f1b commit 2750fee

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Build/build.msbuild

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@
1414

1515
<ItemGroup>
1616
<ManagedProjects Include="$(SolutionDir)test\signalrclient-testhost\signalrclient-testhost.csproj" />
17+
<!--
1718
<ManagedProjects Include="$(SolutionDir)\samples\SignalRServer\SignalRServer.csproj" />
19+
-->
1820
</ItemGroup>
1921

2022
<ItemGroup>
23+
<!--
2124
<SampleProjects Include="$(SolutionDir)\samples\PersistentConnectionSample\PersistentConnectionSample.vcxproj" />
2225
<SampleProjects Include="$(SolutionDir)\samples\HubConnectionSample\HubConnectionSample.vcxproj" />
26+
-->
2327
</ItemGroup>
2428

2529
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />

0 commit comments

Comments
 (0)