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

Commit ecddf52

Browse files
committed
Add blob feed to the restore sources
Merge the blob feed restore source added in As part of merging to release/2.0.0 also update to remove "/packages" in path.
1 parent 0f66266 commit ecddf52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dependencies.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<!-- NuGet package restore sources. -->
44
<PropertyGroup>
55
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
6+
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
67
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
78
https://api.nuget.org/v3/index.json;
89
$(RestoreSources)

0 commit comments

Comments
 (0)