Skip to content

Commit

Permalink
Exclude BuildValidator from VMR when building without tests (#74660)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat authored Aug 6, 2024
1 parent 327b40f commit 1d424c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tools/BuildValidator/BuildValidator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsShipping>false</IsShipping>
<ExcludeFromDotNetBuild Condition="'$(DotNetBuildTests)' != 'true'">true</ExcludeFromDotNetBuild>

<!-- Explicit AnyCPU so it runs as AnyCPU even on Debug builds -->
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down

0 comments on commit 1d424c1

Please sign in to comment.