Skip to content

Commit

Permalink
Remove unneeded feed definitions (dotnet#6691)
Browse files Browse the repository at this point in the history
  • Loading branch information
garath authored and akoeplinger committed Apr 12, 2021
1 parent c991737 commit 7e00d72
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@
<NETCORE_ENGINEERING_TELEMETRY>Publish</NETCORE_ENGINEERING_TELEMETRY>
</PropertyGroup>

<PropertyGroup>
<RestoreSources>
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json;
https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json
</RestoreSources>
</PropertyGroup>

<Target Name="Execute">
<ItemGroup>
<FilesToPublishToSymbolServer Include="$(PDBArtifactsDirectory)\**\*.pdb"/>
Expand Down

0 comments on commit 7e00d72

Please sign in to comment.