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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/coreclr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: archive
Choose a base ref
...
head repository: dotnet/coreclr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/uwp6.2
Choose a head ref

There isn’t anything to compare.

archive and release/uwp6.2 are entirely different commit histories.

Showing with 3 additions and 3 deletions.
  1. +2 −2 src/NuGet.Config
  2. +1 −1 tests/src/NuGet.Config
4 changes: 2 additions & 2 deletions src/NuGet.Config
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@
</packageRestore>
<packageSources>
<clear />
<add key="myget.org dotnet-core" value="https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="myget-legacy" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" protocolVersion="3" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
2 changes: 1 addition & 1 deletion tests/src/NuGet.Config
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
</packageRestore>
<packageSources>
<clear/>
<add key="myget.org dotnet-core" value="https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
<add key="myget-legacy" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />
</packageSources>