File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 12
12
<add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
13
13
<!-- Used for the SiteExtension 3.1 bits that are included in the 5.0 build -->
14
14
<add key =" dotnet31-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
15
+ <!-- Used for pre-releases of BenchmarkDotnet -->
16
+ <add key =" benchmarkdotnet" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/benchmark-dotnet-prerelease/nuget/v3/index.json" />
15
17
</packageSources >
16
18
<disabledPackageSources />
17
19
</configuration >
Original file line number Diff line number Diff line change 253
253
<MicrosoftAspNetCoreAzureAppServicesSiteExtension50x86Version >$(MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension50x86Version >
254
254
<!-- 3rd party dependencies -->
255
255
<AngleSharpVersion >0.9.9</AngleSharpVersion >
256
- <BenchmarkDotNetVersion >0.12.1</BenchmarkDotNetVersion >
256
+ <BenchmarkDotNetVersion >0.12.1.1466 </BenchmarkDotNetVersion >
257
257
<CastleCoreVersion >4.2.1</CastleCoreVersion >
258
258
<CommandLineParserVersion >2.3.0</CommandLineParserVersion >
259
259
<FSharpCoreVersion >4.2.1</FSharpCoreVersion >
Original file line number Diff line number Diff line change 93
93
</When >
94
94
</Choose >
95
95
96
- <Target Name =" ValidateBenchmarks" BeforeTargets =" Test" Condition =" '$(IsMicrobenchmarksProject)' == 'true' AND 'true' == 'false' " >
96
+ <Target Name =" ValidateBenchmarks" BeforeTargets =" Test" Condition =" '$(IsMicrobenchmarksProject)' == 'true'" >
97
97
<Message Text =" %0ARunning benchmark validation for:%0A$(MSBuildProjectName)%0A"
98
98
Importance =" High" />
99
99
You can’t perform that action at this time.
0 commit comments