From 34d381316cb501eda558ac1b49e26c77cc7a1261 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 29 Jan 2021 11:16:51 -0800 Subject: [PATCH 1/4] Fixup feeds --- NuGet.config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/NuGet.config b/NuGet.config index 5e45df013f4..617e0f8a7ce 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,10 +4,8 @@ - - - - + + From 43befa41a33d1637137e2d189f4ee37b5ba3d604 Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Wed, 28 Apr 2021 14:32:31 -0500 Subject: [PATCH 2/4] Update to coherent 5.7.0 NuGet references This matches the VS version for 16.7 and brings a self-coherent set of NuGet references into this branch. --- eng/BootStrapMSBuild.targets | 1 + eng/Packages.props | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/BootStrapMSBuild.targets b/eng/BootStrapMSBuild.targets index a24609db358..c1eabca0331 100644 --- a/eng/BootStrapMSBuild.targets +++ b/eng/BootStrapMSBuild.targets @@ -52,6 +52,7 @@ need to be in a specific location that does not mesh with NuGet. To resolve this, we include the default PackageReference assets but will remove them from the Reference ItemGroup before RAR runs and avoid the warnings --> + diff --git a/eng/Packages.props b/eng/Packages.props index d3ac170588d..2a85e821912 100644 --- a/eng/Packages.props +++ b/eng/Packages.props @@ -1,7 +1,7 @@ - 5.4.0-rtm.6292 + 5.7.0-rtm.6702 $(NuGetPackageVersion) $(NuGetPackageVersion) $(NuGetPackageVersion) From 89350de40990ebe6a2288a8393c3fcb0cd5d32de Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Wed, 28 Apr 2021 16:47:41 -0500 Subject: [PATCH 3/4] Isolate Bootstrap from the VS environment that built it for .NET SDK resolver --- eng/BootStrapMSBuild.targets | 9 +++++++-- eng/Packages.props | 3 +++ src/MSBuild.Bootstrap/MSBuild.Bootstrap.csproj | 5 ++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/eng/BootStrapMSBuild.targets b/eng/BootStrapMSBuild.targets index c1eabca0331..9f1bba2dc21 100644 --- a/eng/BootStrapMSBuild.targets +++ b/eng/BootStrapMSBuild.targets @@ -65,7 +65,7 @@ - + @@ -114,8 +114,13 @@ + + + @@ -156,7 +161,7 @@ - + diff --git a/eng/Packages.props b/eng/Packages.props index 2a85e821912..3f49963f5a2 100644 --- a/eng/Packages.props +++ b/eng/Packages.props @@ -12,6 +12,7 @@ + @@ -20,6 +21,8 @@ + + diff --git a/src/MSBuild.Bootstrap/MSBuild.Bootstrap.csproj b/src/MSBuild.Bootstrap/MSBuild.Bootstrap.csproj index 3001ac1018d..d37315186ee 100644 --- a/src/MSBuild.Bootstrap/MSBuild.Bootstrap.csproj +++ b/src/MSBuild.Bootstrap/MSBuild.Bootstrap.csproj @@ -11,7 +11,7 @@ - + @@ -25,6 +25,9 @@ + + + From d254f9574b8b7829c26c86e282a450a04652c490 Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Fri, 18 Jun 2021 11:59:29 -0500 Subject: [PATCH 4/4] Disable Mono PR/CI job for 16.7 We don't expect to service Mono from this branch so not investigating this error: ``` error MSB4242: The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver" failed to run. hostfxr assembly: type: member:(null) ``` --- .vsts-dotnet-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vsts-dotnet-ci.yml b/.vsts-dotnet-ci.yml index 844fec05dbb..0e2d18894d4 100644 --- a/.vsts-dotnet-ci.yml +++ b/.vsts-dotnet-ci.yml @@ -203,6 +203,8 @@ jobs: condition: always() - job: MonoOnMac + # Mono CI disabled for 16.7 because of SDK resolver errors + condition: eq(1,2) displayName: "macOS Mono" pool: vmImage: 'macOS-10.14'