File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
test/coverlet.MTP.validation.tests Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments