Skip to content

Commit ab2efba

Browse files
authored
Clean up sources.props (#1169)
1 parent df29d52 commit ab2efba

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build/sources.props

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
<RestoreSources>
44
$(RestoreSources);
55
https://api.nuget.org/v3/index.json;
6-
https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json;
7-
https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json;
86
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
97
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json;
108
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json;
11-
https://dotnet.myget.org/F/roslyn/api/v3/index.json;
129
</RestoreSources>
1310
<RestoreSources Condition="Exists('$(MSBuildThisFileDirectory)feed')">
1411
$(RestoreSources);
@@ -19,12 +16,5 @@
1916
$(RestoreSources);
2017
https://grpc.jfrog.io/grpc/api/nuget/v3/grpc-nuget-dev;
2118
</RestoreSources>
22-
<!-- The following is a temporary change so 5.0 build works during transition from rc to rtm -->
23-
<RestoreSources>
24-
$(RestoreSources);
25-
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-b928f03f/nuget/v3/index.json;
26-
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-ab94ac91/nuget/v3/index.json;
27-
</RestoreSources>
2819
</PropertyGroup>
2920
</Project>
30-

0 commit comments

Comments
 (0)