Skip to content

Commit 5e0967e

Browse files
committed
update package
1 parent f40b279 commit 5e0967e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
1313
<!-- Used for the SiteExtension 3.1 bits that are included in the 5.0 build -->
1414
<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" />
1517
</packageSources>
1618
<disabledPackageSources />
1719
</configuration>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
<MicrosoftAspNetCoreAzureAppServicesSiteExtension50x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension50x86Version>
254254
<!-- 3rd party dependencies -->
255255
<AngleSharpVersion>0.9.9</AngleSharpVersion>
256-
<BenchmarkDotNetVersion>0.12.1</BenchmarkDotNetVersion>
256+
<BenchmarkDotNetVersion>0.12.1.1466</BenchmarkDotNetVersion>
257257
<CastleCoreVersion>4.2.1</CastleCoreVersion>
258258
<CommandLineParserVersion>2.3.0</CommandLineParserVersion>
259259
<FSharpCoreVersion>4.2.1</FSharpCoreVersion>

eng/targets/CSharp.Common.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</When>
9494
</Choose>
9595

96-
<Target Name="ValidateBenchmarks" BeforeTargets="Test" Condition="'$(IsMicrobenchmarksProject)' == 'true' AND 'true' == 'false'">
96+
<Target Name="ValidateBenchmarks" BeforeTargets="Test" Condition="'$(IsMicrobenchmarksProject)' == 'true'">
9797
<Message Text="%0ARunning benchmark validation for:%0A$(MSBuildProjectName)%0A"
9898
Importance="High" />
9999

0 commit comments

Comments
 (0)