From 0c6412a5b58829be2d329c65fbe429f6056331b0 Mon Sep 17 00:00:00 2001 From: vseanreesermsft <78103370+vseanreesermsft@users.noreply.github.com> Date: Tue, 1 Feb 2022 14:08:41 -0800 Subject: [PATCH 1/3] Update branding to 5.0.15 (#27334) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index e14330af13b..ae304220197 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,6 +1,6 @@ - 5.0.14 + 5.0.15 servicing False true From 7b6d9a7e663824a2c38599029a79a151fc3f6f8e Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 1 Feb 2022 14:22:35 -0800 Subject: [PATCH 2/3] [release/3.1] Stop building w/ VS2017 in CI (#27235) - version of VisualStudio is out of support --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 641fca6c0d1..f8e85bfd31a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,10 +48,10 @@ stages: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: name: NetCore1ESPool-Svc-Public - demands: ImageOverride -equals Build.Server.Amd64.VS2017.Open + demands: ImageOverride -equals Build.Server.Amd64.VS2019.Open ${{ if ne(variables['System.TeamProject'], 'public') }}: name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals Build.Server.Amd64.VS2017 + demands: ImageOverride -equals Build.Server.Amd64.VS2019 variables: - _InternalBuildArgs: '' - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: From 770018ffe2a58a61303e9f4be76056f2be5f42cd Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 1 Feb 2022 14:23:03 -0800 Subject: [PATCH 3/3] [release/5.0] Stop building w/ VS2017 in CI (#27236) - version of VisualStudio is out of support --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fa9d2fc1527..c2161642c3e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -59,10 +59,10 @@ stages: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: name: NetCore1ESPool-Svc-Public - demands: ImageOverride -equals Build.Server.Amd64.VS2017.Open + demands: ImageOverride -equals Build.Server.Amd64.VS2019.Open ${{ if ne(variables['System.TeamProject'], 'public') }}: name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals Build.Server.Amd64.VS2017 + demands: ImageOverride -equals Build.Server.Amd64.VS2019 variables: - _InternalBuildArgs: '' - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: