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 4119e05 commit 19bf619Copy full SHA for 19bf619
src/IISIntegration/build/testsite.props
@@ -45,11 +45,11 @@
45
</Target>
46
47
<!-- Deps file injection-->
48
- <ItemGroup Condition="('$(InProcessTestSite)' == 'true') AND ('$(ReferenceTestTasks)' != 'false')">
+ <!--<ItemGroup Condition="('$(InProcessTestSite)' == 'true') AND ('$(ReferenceTestTasks)' != 'false')">
49
<ProjectReference Include="$(MSBuildThisFileDirectory)..\test\TestTasks\TestTasks.csproj">
50
<ReferenceOutputAssembly>False</ReferenceOutputAssembly>
51
</ProjectReference>
52
- </ItemGroup>
+ </ItemGroup>-->
53
54
<Target Name="PrepareInjectionApp" Condition="'$(InProcessTestSite)' == 'true'">
55
<PropertyGroup>
0 commit comments