From 1814a950a4ed69da659d34ed5329e2eabd59b3cc Mon Sep 17 00:00:00 2001 From: dotnet bot Date: Wed, 24 Feb 2021 10:33:10 -0800 Subject: [PATCH] Fixup feeds (#43025) Co-authored-by: Matt Mitchell --- dir.props | 2 +- .../tests/publishcompatibilityassets.ps1 | 2 +- pkg/test/testPackages.proj | 2 +- src/NuGet.config | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dir.props b/dir.props index 6dbfd6db6aa..f7b20f5b1d4 100644 --- a/dir.props +++ b/dir.props @@ -80,7 +80,7 @@ https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json; https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json; https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json; - https://api.nuget.org/v3/index.json; + https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json; $(OverridePackageSource); $(RestoreSources) diff --git a/pkg/Microsoft.Windows.Compatibility/tests/publishcompatibilityassets.ps1 b/pkg/Microsoft.Windows.Compatibility/tests/publishcompatibilityassets.ps1 index 81b4c1f9d30..3a9ef8217d7 100644 --- a/pkg/Microsoft.Windows.Compatibility/tests/publishcompatibilityassets.ps1 +++ b/pkg/Microsoft.Windows.Compatibility/tests/publishcompatibilityassets.ps1 @@ -39,7 +39,7 @@ if (!(Test-Path $localPackageSourcePath)) } } -$restoreSources = -join("https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json;https://api.nuget.org/v3/index.json;https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;", $localPackageSourcePath) +$restoreSources = -join("https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json;https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;", $localPackageSourcePath) $compatPackageVersion = _getPackageVersion "Microsoft.Windows.Compatibility" $privatePackageVersion = _getPackageVersion "Microsoft.Private.CoreFx.NETCoreApp" diff --git a/pkg/test/testPackages.proj b/pkg/test/testPackages.proj index 451b2ce6cfd..93011b0a743 100644 --- a/pkg/test/testPackages.proj +++ b/pkg/test/testPackages.proj @@ -14,7 +14,7 @@ - + diff --git a/src/NuGet.config b/src/NuGet.config index 0fc711fe02a..30215317edb 100644 --- a/src/NuGet.config +++ b/src/NuGet.config @@ -6,7 +6,7 @@ - +