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 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
Original file line number Diff line number Diff line change 1010 <OutputType >Exe</OutputType >
1111 <ServerGarbageCollection >true</ServerGarbageCollection >
1212 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
13+ <SkipMicrobenchmarksValidation >true</SkipMicrobenchmarksValidation >
1314 </PropertyGroup >
1415
1516 <ItemGroup >
You can’t perform that action at this time.
0 commit comments