Skip to content

Commit 47beb96

Browse files
committed
Temporarily disable the test to figure out what is causing the code coverage errors.
1 parent 5b33969 commit 47beb96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Libraries/Microsoft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<!-- Override Test and VSTest so testing publishes this app and fails if there are any warnings/errors -->
4242
<!-- Needs to be defined after importing the Sdk.targets -->
43-
<Target Name="Test" DependsOnTargets="PublishProject" />
44-
<Target Name="VSTest" DependsOnTargets="Test" />
43+
<!-- <Target Name="Test" DependsOnTargets="PublishProject" />
44+
<Target Name="VSTest" DependsOnTargets="Test" /> -->
4545

4646
</Project>

0 commit comments

Comments
 (0)