This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 153
153
<ProjectUrl >https://dot.net</ProjectUrl >
154
154
155
155
<!-- Central place to set the versions of all nuget packages produced in the repo -->
156
- <Version Condition =" '$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''" >1.1.6 </Version >
156
+ <Version Condition =" '$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''" >1.1.7 </Version >
157
157
158
158
<!-- Set the boolean below to true to generate packages with stabilized versions -->
159
159
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
Original file line number Diff line number Diff line change @@ -237,10 +237,10 @@ def static getOSGroup(def os) {
237
237
238
238
// Create the Linux/OSX/CentOS coreclr test leg for debug and release and each scenario
239
239
[true , false ]. each { isPR ->
240
- [' Ubuntu14 .04' ]. each { os ->
240
+ [' Ubuntu16 .04' ]. each { os ->
241
241
def newJob = job(Utilities . getFullJobName(project, " perf_${ os} " , isPR)) {
242
242
243
- label(' linux_clr_perf ' )
243
+ label(' ubuntu_1604_clr_perf ' )
244
244
wrappers {
245
245
credentialsBinding {
246
246
string(' BV_UPLOAD_SAS_TOKEN' , ' CoreCLR Perf BenchView Sas' )
@@ -326,10 +326,10 @@ def static getOSGroup(def os) {
326
326
327
327
// Create the Linux/OSX/CentOS coreclr test leg for debug and release and each scenario
328
328
[true , false ]. each { isPR ->
329
- [' Ubuntu14 .04' ]. each { os ->
329
+ [' Ubuntu16 .04' ]. each { os ->
330
330
def newJob = job(Utilities . getFullJobName(project, " perf_throughput_${ os} " , isPR)) {
331
331
332
- label(' linux_clr_perf ' )
332
+ label(' ubuntu_1604_clr_perf ' )
333
333
wrappers {
334
334
credentialsBinding {
335
335
string(' BV_UPLOAD_SAS_TOKEN' , ' CoreCLR Perf BenchView Sas' )
You can’t perform that action at this time.
0 commit comments