File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/Servers/IIS/IIS/perf/Microbenchmarks Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 98
98
</When >
99
99
</Choose >
100
100
101
- <Target Name =" ValidateBenchmarks" BeforeTargets =" Test" Condition =" '$(IsMicrobenchmarksProject)' == 'true'" >
101
+ <Target Name =" ValidateBenchmarks" BeforeTargets =" Test" Condition =" '$(IsMicrobenchmarksProject)' == 'true' AND '$(SkipMicrobenchmarksValidation)' != 'true " >
102
102
<Message Text =" %0ARunning benchmark validation for:%0A$(MSBuildProjectName)%0A"
103
103
Importance =" High" />
104
104
Original file line number Diff line number Diff line change 10
10
<OutputType >Exe</OutputType >
11
11
<ServerGarbageCollection >true</ServerGarbageCollection >
12
12
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
13
+ <SkipMicrobenchmarksValidation >true</SkipMicrobenchmarksValidation >
13
14
</PropertyGroup >
14
15
15
16
<ItemGroup >
You can’t perform that action at this time.
0 commit comments