File tree 2 files changed +4
-5
lines changed 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
<clear />
5
5
<!--
6
6
Restore sources should be defined in build/sources.props.
7
- The only allowed feed here is myget.org/aspnet-tools which is required to workaround https://github.com/Microsoft/msbuild/issues/2914
7
+ The only allowed feed here is myget-legacy which is required to workaround https://github.com/Microsoft/msbuild/issues/2914
8
8
-->
9
- <add key =" myget.org aspnetcore-tools " value =" https://dotnet.myget.org/F/aspnetcore-tools/api /v3/index.json" />
9
+ <add key =" myget-legacy internal " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget /v3/index.json" />
10
10
</packageSources >
11
11
</configuration >
Original file line number Diff line number Diff line change 5
5
<RestoreSources >$(DotNetRestoreSources)</RestoreSources >
6
6
<RestoreSources Condition =" '$(DotNetBuildOffline)' != 'true' AND '$(AspNetUniverseBuildOffline)' != 'true' " >
7
7
$(RestoreSources);
8
- https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
9
- https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
10
- https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
8
+ https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;
9
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json;
11
10
</RestoreSources >
12
11
<RestoreSources Condition =" '$(DotNetBuildOffline)' != 'true'" >
13
12
$(RestoreSources);
You can’t perform that action at this time.
0 commit comments