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
diff options
context:
space:
mode:
Diffstat (limited to 'src/AzureIntegration/build/sources.props')
-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>