Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 46bf00b

Browse files
committed
Merge in 'release/2.0.0' changes
2 parents 8ce622d + 33e6fcb commit 46bf00b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313
<PropertyGroup>
1414
<!-- Central place to set the versions of all nuget packages produced in the repo -->
15-
<PackageVersion Condition="'$(PackageVersion)' == ''">2.0.4</PackageVersion>
15+
<PackageVersion Condition="'$(PackageVersion)' == ''">2.0.5</PackageVersion>
1616

1717
<!-- Set the boolean below to true to generate packages with stabilized versions -->
18-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
18+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
1919
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
2020

2121
<PreReleaseLabel>servicing</PreReleaseLabel>

perf.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def static getFullPerfJobName(def project, def os, def isPR) {
268268
perfOSList.each { os ->
269269
def newJob = job(getFullPerfJobName(project, os, isPR)) {
270270

271-
label('linux_clr_perf')
271+
label('ubuntu_1604_clr_perf')
272272
wrappers {
273273
credentialsBinding {
274274
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')
@@ -418,7 +418,7 @@ def static getFullThroughputJobName(def project, def os, def isPR) {
418418
throughputOptLevelList.each { opt_level ->
419419
def newJob = job(getFullThroughputJobName(project, "${os}_${opt_level}", isPR)) {
420420

421-
label('linux_clr_perf')
421+
label('ubuntu_1604_clr_perf')
422422
wrappers {
423423
credentialsBinding {
424424
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')

0 commit comments

Comments
 (0)