We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1d63f commit a80abcaCopy full SHA for a80abca
eng/targets/CSharp.Common.targets
@@ -98,7 +98,7 @@
98
</When>
99
</Choose>
100
101
- <Target Name="ValidateBenchmarks" BeforeTargets="Test" Condition="'$(IsMicrobenchmarksProject)' == 'true'">
+ <Target Name="ValidateBenchmarks" BeforeTargets="Test" Condition="'$(IsMicrobenchmarksProject)' == 'true' AND '$(SkipMicrobenchmarksValidation)' != 'true">
102
<Message Text="%0ARunning benchmark validation for:%0A$(MSBuildProjectName)%0A"
103
Importance="High" />
104
src/Servers/IIS/IIS/perf/Microbenchmarks/IIS.Microbenchmarks.csproj
@@ -10,6 +10,7 @@
10
<OutputType>Exe</OutputType>
11
<ServerGarbageCollection>true</ServerGarbageCollection>
12
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
13
+ <SkipMicrobenchmarksValidation>true</SkipMicrobenchmarksValidation>
14
</PropertyGroup>
15
16
<ItemGroup>
0 commit comments