Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2021-01-14 20:02:20 +0300
committerMatt Mitchell <mmitche@microsoft.com>2021-01-14 20:02:20 +0300
commit9b4e48374c6c5e552b150e03530cc9548093b2ac (patch)
tree03598497b321e623e3f78967606aa7a17957d903 /src
parente165bf0fa1cda123b8a3838d34257f19fc1d236d (diff)
Merged PR 12029: [internal/release/2.1] Feed update
Feed update
Diffstat (limited to 'src')
-rw-r--r--src/AzureIntegration/build/sources.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AzureIntegration/build/sources.props b/src/AzureIntegration/build/sources.props
index 9eb344de86..9258c0aa5f 100644
--- a/src/AzureIntegration/build/sources.props
+++ b/src/AzureIntegration/build/sources.props
@@ -10,7 +10,7 @@
</RestoreSources>
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
$(RestoreSources);
- https://api.nuget.org/v3/index.json;
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
</RestoreSources>
</PropertyGroup>
</Project>