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 803887c commit 291d528Copy full SHA for 291d528
1 file changed
tests/Smdn.Extensions.Mtp.LiquidTestReports/Directory.Build.targets
@@ -0,0 +1,18 @@
1
+<!--
2
+SPDX-FileCopyrightText: 2025 smdn <smdn@smdn.jp>
3
+SPDX-License-Identifier: MIT
4
+-->
5
+<Project>
6
+ <Import Project="$(MSBuildThisFileDirectory)..\Directory.Build.targets" />
7
+
8
+ <ItemGroup>
9
+ <!--
10
+ To avoid conflicts with the <ProjectReference> of the test target project,
11
+ remove the <PackageReference> implicitly included from `Smdn.MSBuild.ProjectAssets.Library`.
12
+ -->
13
+ <PackageReference
14
+ Remove="Smdn.Extensions.Mtp.LiquidTestReports"
15
+ Condition=" '$(TestReleasedPackage)' != 'true' "
16
+ />
17
+ </ItemGroup>
18
+</Project>
0 commit comments