Opt into Microsoft.Build.RunVSTest to run tests within MSBuild (#32166)

This commit is contained in:
David Federman
2024-04-02 11:47:58 -07:00
committed by GitHub
parent f23fa3f592
commit ffb4ece774
6 changed files with 39 additions and 48 deletions

View File

@@ -11,6 +11,8 @@
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
<Version>$(Version).0</Version>
<!-- This is a UI test, so don't run as part of MSBuild -->
<RunVSTest>false</RunVSTest>
</PropertyGroup>
<PropertyGroup>

View File

@@ -11,6 +11,8 @@
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
<Version>$(Version).0</Version>
<!-- This is a UI test, so don't run as part of MSBuild -->
<RunVSTest>false</RunVSTest>
</PropertyGroup>
<PropertyGroup>