From 7fd0e1c6a8b5104d02dec8901c1385fc27fe456d Mon Sep 17 00:00:00 2001 From: Livar Date: Wed, 27 Mar 2019 21:23:07 -0700 Subject: [PATCH 1/2] Update queues used for builds --- .vsts-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 0421a65cd..db6990ea8 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -16,9 +16,11 @@ jobs: agentOs: Windows_NT pool: ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: - name: dotnet-external-temp + name: NetCorePublic-Int-Pool + queue: buildpool.windows.10.amd64.vs2017.open ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - name: dotnet-internal-temp + name: NetCoreInternal-Int-Pool + queue: buildpool.windows.10.amd64.vs2017 timeoutInMinutes: 180 strategy: matrix: @@ -285,4 +287,4 @@ jobs: dependsOn: - Asset_Registry_Publish pool: - vmImage: vs2017-win2016 \ No newline at end of file + vmImage: vs2017-win2016 From 49727b0a50be1b7805392cdc007b606c70c9ce62 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Thu, 28 Mar 2019 10:32:56 -0700 Subject: [PATCH 2/2] Enabling source link for some legs where we had it disabled before due to native dependencies that now are no longer required. --- .vsts-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index db6990ea8..04c4c7d28 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -59,7 +59,6 @@ jobs: _BuildArchitecture: arm _DOTNET_CLI_UI_LANGUAGE: '' _DropSuffix: '' - _AdditionalBuildParameters: '/p:DisableSourceLink=true' - template: /eng/build.yml parameters: @@ -190,7 +189,6 @@ jobs: _RuntimeIdentifier: '--runtime-id rhel.6-x64' _BuildArchitecture: 'x64' _DropSuffix: '' - _AdditionalBuildParameters: '/p:DisableSourceLink=true' Build_Linux_musl_Release_x64: _BuildConfig: Release _DockerParameter: '--docker alpine.3.6'