From 22986b3928d8e19bc3a6783b1e33edf0a40a79ee Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 24 Mar 2020 15:04:13 -0700 Subject: [PATCH 1/5] Feed cleanup Attempt to move away from blob feeds. Will be iterating on this a bit. --- NuGet.config | 2 -- 1 file changed, 2 deletions(-) diff --git a/NuGet.config b/NuGet.config index b656e4d9162cef..07efd0fe85dc75 100644 --- a/NuGet.config +++ b/NuGet.config @@ -15,8 +15,6 @@ - - From baef9de91e5b78bda8ed69428ee444e66628f11d Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Mon, 30 Mar 2020 15:43:52 -0700 Subject: [PATCH 2/5] Add dotnet5 feed --- NuGet.config | 1 + 1 file changed, 1 insertion(+) diff --git a/NuGet.config b/NuGet.config index 07efd0fe85dc75..0407617d7e0cd9 100644 --- a/NuGet.config +++ b/NuGet.config @@ -14,6 +14,7 @@ + From e061bf0c7bd6e32e18be3605d89b815ddbb54ede Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 1 Apr 2020 15:26:12 -0700 Subject: [PATCH 3/5] Update version of System.CommandLine.Experimental --- .../src/tools/ReadyToRun.SuperIlc/ReadyToRun.SuperIlc.csproj | 2 +- src/coreclr/src/tools/crossgen2/crossgen2/crossgen2.csproj | 2 +- src/coreclr/src/tools/r2rdump/R2RDump.csproj | 2 +- .../tests/StressTests/HttpStress/HttpStress.csproj | 2 +- .../tests/StressTests/SslStress/SslStress.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/coreclr/src/tools/ReadyToRun.SuperIlc/ReadyToRun.SuperIlc.csproj b/src/coreclr/src/tools/ReadyToRun.SuperIlc/ReadyToRun.SuperIlc.csproj index f50925530593b1..4e5fa5ac1d2537 100644 --- a/src/coreclr/src/tools/ReadyToRun.SuperIlc/ReadyToRun.SuperIlc.csproj +++ b/src/coreclr/src/tools/ReadyToRun.SuperIlc/ReadyToRun.SuperIlc.csproj @@ -21,7 +21,7 @@ 2.0.38 - 0.2.0-alpha.19174.3 + 0.3.0-alpha.19577.1 1.6.0 diff --git a/src/coreclr/src/tools/crossgen2/crossgen2/crossgen2.csproj b/src/coreclr/src/tools/crossgen2/crossgen2/crossgen2.csproj index 69357bba2b39a7..f31871ba86c6c3 100644 --- a/src/coreclr/src/tools/crossgen2/crossgen2/crossgen2.csproj +++ b/src/coreclr/src/tools/crossgen2/crossgen2/crossgen2.csproj @@ -36,7 +36,7 @@ - 0.3.0-alpha.19525.2 + 0.3.0-alpha.19577.1 diff --git a/src/coreclr/src/tools/r2rdump/R2RDump.csproj b/src/coreclr/src/tools/r2rdump/R2RDump.csproj index 9210228b4e3d79..2f2c9cea453311 100644 --- a/src/coreclr/src/tools/r2rdump/R2RDump.csproj +++ b/src/coreclr/src/tools/r2rdump/R2RDump.csproj @@ -21,7 +21,7 @@ 1.0.1-prerelease-00005 - 0.2.0-alpha.19174.3 + 0.3.0-alpha.19577.1 diff --git a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj index 9f27e963c2b0e6..551e07230ae3b0 100644 --- a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj +++ b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj b/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj index a17d82f99e73f5..439b1e86e02c89 100644 --- a/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj +++ b/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj @@ -8,7 +8,7 @@ - + \ No newline at end of file From b08dcb0d77b4d082be892468f1e19a50c5e1af3e Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 2 Apr 2020 13:33:37 -0700 Subject: [PATCH 4/5] Revert to released versions in SuperILC and R2RDump --- .../src/tools/ReadyToRun.SuperIlc/ReadyToRun.SuperIlc.csproj | 2 +- src/coreclr/src/tools/r2rdump/R2RDump.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coreclr/src/tools/ReadyToRun.SuperIlc/ReadyToRun.SuperIlc.csproj b/src/coreclr/src/tools/ReadyToRun.SuperIlc/ReadyToRun.SuperIlc.csproj index 4e5fa5ac1d2537..f50925530593b1 100644 --- a/src/coreclr/src/tools/ReadyToRun.SuperIlc/ReadyToRun.SuperIlc.csproj +++ b/src/coreclr/src/tools/ReadyToRun.SuperIlc/ReadyToRun.SuperIlc.csproj @@ -21,7 +21,7 @@ 2.0.38 - 0.3.0-alpha.19577.1 + 0.2.0-alpha.19174.3 1.6.0 diff --git a/src/coreclr/src/tools/r2rdump/R2RDump.csproj b/src/coreclr/src/tools/r2rdump/R2RDump.csproj index 2f2c9cea453311..9210228b4e3d79 100644 --- a/src/coreclr/src/tools/r2rdump/R2RDump.csproj +++ b/src/coreclr/src/tools/r2rdump/R2RDump.csproj @@ -21,7 +21,7 @@ 1.0.1-prerelease-00005 - 0.3.0-alpha.19577.1 + 0.2.0-alpha.19174.3 From ba1e13efafbbe3897fad2c6f237daa9f51553e56 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 3 Apr 2020 13:59:54 -0700 Subject: [PATCH 5/5] Fixup to not remove public feeds --- NuGet.config | 2 +- src/installer/test/PrepareTestAssets/PrepareTestAssets.proj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NuGet.config b/NuGet.config index 0407617d7e0cd9..13929bbcd87a42 100644 --- a/NuGet.config +++ b/NuGet.config @@ -12,7 +12,7 @@ --> - + diff --git a/src/installer/test/PrepareTestAssets/PrepareTestAssets.proj b/src/installer/test/PrepareTestAssets/PrepareTestAssets.proj index 4be962cc583390..56ae5cbefef660 100644 --- a/src/installer/test/PrepareTestAssets/PrepareTestAssets.proj +++ b/src/installer/test/PrepareTestAssets/PrepareTestAssets.proj @@ -83,7 +83,7 @@ --> $([System.Text.RegularExpressions.Regex]::Replace( '$(TestRestoreNuGetConfigContent)', - '<add key=".+" value="https://pkgs.dev.azure.com/dnceng/.+" />', + '<add key=".+" value="https://pkgs.dev.azure.com/dnceng/internal/.+" />', ''))