Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit 43e382e

Browse files
committed
Merged PR 297033: [release/2.1-MSRC] Feed update
Feed update
2 parents 3764f53 + 69c48c6 commit 43e382e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dir.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
8181
https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json;
8282
https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;
83-
https://api.nuget.org/v3/index.json;
83+
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
8484
$(OverridePackageSource);
8585
$(RestoreSources)
8686
</RestoreSources>

pkg/Microsoft.Windows.Compatibility/tests/publishcompatibilityassets.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (!(Test-Path $localPackageSourcePath))
3939
}
4040
}
4141

42-
$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)
42+
$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)
4343

4444
$compatPackageVersion = _getPackageVersion "Microsoft.Windows.Compatibility"
4545
$privatePackageVersion = _getPackageVersion "Microsoft.Private.CoreFx.NETCoreApp"

pkg/test/testPackages.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<RuntimesToInclude Condition="'$(RuntimesToInclude)' != ''" Include="$(RuntimesToInclude)" />
1515
<TargetFrameworksToInclude Condition="'$(TargetFrameworksToInclude)' != ''" Include="$(TargetFrameworksToInclude)" />
1616

17-
<RestoreSource Include="https:%2F%2Fapi.nuget.org/v3/index.json" />
17+
<RestoreSource Include="https:%2F%2Fpkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
1818

1919
<!-- needed for SQLClient's SNI packages -->
2020
<RestoreSource Include="https:%2F%2Fpkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />

src/NuGet.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<clear/>
77
<add key="myget.org dotnet-buildtools" value="pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
88
<add key="myget.org dotnet-core" value="https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
9-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
9+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
1010
</packageSources>
1111
<config>
1212
<add key="repositoryPath" value="..\packages" />

0 commit comments

Comments
 (0)