We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4800e67 commit 5c7d78aCopy full SHA for 5c7d78a
eng/SendToHelix.proj
@@ -15,10 +15,8 @@
15
<EnableXUnitReporter>true</EnableXUnitReporter>
16
</PropertyGroup>
17
18
- <ItemGroup Condition=" '$(RunWithCoreWcfService)' == 'true' " >
19
- <ProjectReference Include="..\src\System.Private.ServiceModel\tools\SelfHostedCoreWcfService\SelfHostedCoreWCFService.csproj" />
20
- </ItemGroup>
21
-
+ <ProjectReference Include="..\src\System.Private.ServiceModel\tools\SelfHostedCoreWcfService\SelfHostedCoreWCFService.csproj" />
+
22
<ItemGroup>
23
<XUnitProject Include="..\src\System.Private.ServiceModel\tests\Scenarios\**\*.IntegrationTests.csproj">
24
<TargetFramework>$(XUnitPublishTargetFramework)</TargetFramework>
0 commit comments