Skip to content

Commit caa817e

Browse files
committed
Merge branch 'coverlet-MTP' of https://github.com/Bertk/coverlet into coverlet-MTP
2 parents 9b40dc7 + 5a0074f commit caa817e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

test/coverlet.MTP.validation.tests/coverlet.MTP.validation.tests.csproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,4 @@
4141
<None Include="TestProjects\**" CopyToOutputDirectory="PreserveNewest" />
4242
</ItemGroup>
4343

44-
<!-- Ensure packages are built before running tests -->
45-
<Target Name="EnsureCoverletPackagesBuilt" BeforeTargets="Build">
46-
<Message Text="Checking if coverlet.core and coverlet.MTP packages are built..." Importance="high" />
47-
48-
<PropertyGroup>
49-
<PackagePath>$(RepoRoot)artifacts\package\$(Configuration)</PackagePath>
50-
</PropertyGroup>
51-
52-
<ItemGroup>
53-
<MtpPackages Include="$(PackagePath)\coverlet.MTP.*.nupkg" />
54-
</ItemGroup>
55-
56-
<!-- Only check for coverlet.MTP package -->
57-
<Error Condition="'@(MtpPackages)' == ''"
58-
Text="coverlet.MTP package not found in '$(PackagePath)'.%0ARun: dotnet pack src/coverlet.MTP/coverlet.MTP.csproj -c $(Configuration)" />
59-
60-
<Message Text="Found coverlet.MTP package: @(MtpPackages)" Importance="high" />
61-
</Target>
6244
</Project>

0 commit comments

Comments
 (0)