From 018caca8cc0a78a70425dba97748a0f2a846807c Mon Sep 17 00:00:00 2001 From: Chris Rummel Date: Thu, 21 Oct 2021 16:29:32 -0500 Subject: [PATCH 1/2] Also build for netstandard2.0 to support NuGet. Patch removal is tracked by https://github.com/dotnet/source-build/issues/2557. --- .../Microsoft.Web.XmlTransform.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Web.XmlTransform/Microsoft.Web.XmlTransform.csproj b/src/Microsoft.Web.XmlTransform/Microsoft.Web.XmlTransform.csproj index 7cb81d1e2..f272d7fd4 100644 --- a/src/Microsoft.Web.XmlTransform/Microsoft.Web.XmlTransform.csproj +++ b/src/Microsoft.Web.XmlTransform/Microsoft.Web.XmlTransform.csproj @@ -3,7 +3,7 @@ - netstandard2.1 + netstandard2.0;netstandard2.1 AnyCPU true false From 6265f5fde0090d73089ab47bdcba57de1059d3a6 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Fri, 14 Jan 2022 10:12:10 -0800 Subject: [PATCH 2/2] update pools to fix broken CI --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 556b29a20..f43e803ba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -117,7 +117,7 @@ stages: - job: OSX pool: - name: Hosted macOS + vmImage: 'macOS-1015' strategy: matrix: debug_configuration: @@ -136,7 +136,7 @@ stages: - job: Linux pool: - name: Hosted Ubuntu 1604 + vmImage: 'ubuntu-20.04' container: LinuxContainer strategy: matrix: