We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6c96a commit 1fe84a6Copy full SHA for 1fe84a6
build/sources.props
@@ -14,12 +14,11 @@
14
</RestoreSources>
15
<RestoreSources Condition=" '$(DotNetBuildOffline)' != 'true' AND '$(DisableMyGetRestoreSources)' != 'true' ">
16
$(RestoreSources);
17
- https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
18
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
19
https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json;
20
https://dotnet.myget.org/F/roslyn/api/v3/index.json;
21
- https://vside.myget.org/F/vssdk/api/v3/index.json;
22
- https://vside.myget.org/F/vsmac/api/v3/index.json;
+ https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json;
+ https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json;
23
24
</PropertyGroup>
25
</Project>
0 commit comments