Skip to content

Commit a80abca

Browse files
committed
skip
1 parent fc1d63f commit a80abca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/targets/CSharp.Common.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
</When>
9999
</Choose>
100100

101-
<Target Name="ValidateBenchmarks" BeforeTargets="Test" Condition="'$(IsMicrobenchmarksProject)' == 'true'">
101+
<Target Name="ValidateBenchmarks" BeforeTargets="Test" Condition="'$(IsMicrobenchmarksProject)' == 'true' AND '$(SkipMicrobenchmarksValidation)' != 'true">
102102
<Message Text="%0ARunning benchmark validation for:%0A$(MSBuildProjectName)%0A"
103103
Importance="High" />
104104

src/Servers/IIS/IIS/perf/Microbenchmarks/IIS.Microbenchmarks.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<OutputType>Exe</OutputType>
1111
<ServerGarbageCollection>true</ServerGarbageCollection>
1212
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
13+
<SkipMicrobenchmarksValidation>true</SkipMicrobenchmarksValidation>
1314
</PropertyGroup>
1415

1516
<ItemGroup>

0 commit comments

Comments
 (0)