Skip to content

Conversation

@garath
Copy link
Member

@garath garath commented Dec 16, 2020

Description

This removes the NuGet feeds defined in the PublishToSymbolServers task. The MyGet domain will soon become invalid, and none are actually used. Instead, the package this task needs is retrieved from dotnet-eng, which is defined in the versions.props of the parent directory.

Same change in the master branch is #6691.

Customer Impact

This task is likely to fail during publishing once MyGet is shut down. NuGet will error if it tries to resolve an invalid feed URL.

Regression

No

Risk

Low. Binlogs show that the single package this task needs is actually restored from the dotnet-eng feed. This change simply removes invalid and unused feeds.

This test build shows the task succeeding with this change.

Workarounds

None.

@garath garath requested review from mmitche and riarenas December 16, 2020 23:57
@garath garath changed the title Remove feed URLs in PublishToSymbolServers Remove feed URLs in PublishToSymbolServers (release/5.0) Dec 16, 2020
@garath garath merged commit f1c7a4b into dotnet:release/5.0 Dec 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants