Skip to content

Commit 19bf619

Browse files
committed
Remove project reference to test task
1 parent 4119e05 commit 19bf619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IISIntegration/build/testsite.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
</Target>
4646

4747
<!-- Deps file injection-->
48-
<ItemGroup Condition="('$(InProcessTestSite)' == 'true') AND ('$(ReferenceTestTasks)' != 'false')">
48+
<!--<ItemGroup Condition="('$(InProcessTestSite)' == 'true') AND ('$(ReferenceTestTasks)' != 'false')">
4949
<ProjectReference Include="$(MSBuildThisFileDirectory)..\test\TestTasks\TestTasks.csproj">
5050
<ReferenceOutputAssembly>False</ReferenceOutputAssembly>
5151
</ProjectReference>
52-
</ItemGroup>
52+
</ItemGroup>-->
5353

5454
<Target Name="PrepareInjectionApp" Condition="'$(InProcessTestSite)' == 'true'">
5555
<PropertyGroup>

0 commit comments

Comments
 (0)