Skip to content

Commit fb27822

Browse files
authored
Fix GenerateProgramFile
1 parent e77a835 commit fb27822

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/YTest.MTP.XUnit2/build/YTest.MTP.XUnit2.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<_SupportsGlobalJsonTestRunner Condition="'$(NETCoreSdkVersion)' != '' AND '$(_SdkMajorVersion)' >= '10'">true</_SupportsGlobalJsonTestRunner>
66
<TestingPlatformDotnetTestSupport Condition="'$(TestingPlatformDotnetTestSupport)' == '' AND '$(_SupportsGlobalJsonTestRunner)' != 'true'">true</TestingPlatformDotnetTestSupport>
77
<TestingPlatformCaptureOutput Condition="'$(TestingPlatformCaptureOutput)' == '' AND '$(_SupportsGlobalJsonTestRunner)' != 'true'">false</TestingPlatformCaptureOutput>
8+
<GenerateProgramFile>false</GenerateProgramFile>
89
</PropertyGroup>
910

1011
<ItemGroup>
@@ -13,4 +14,4 @@
1314
<TypeFullName>YTest.MTP.XUnit2.TestingPlatformBuilderHook</TypeFullName>
1415
</TestingPlatformBuilderHook>
1516
</ItemGroup>
16-
</Project>
17+
</Project>

0 commit comments

Comments
 (0)