Skip to content

Remove internet sources from auditSources section #42740

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

NikolaMilosavljevic
Copy link
Member

Fixes: dotnet/source-build#4553

Extends the task to cover auditSources section, and enables future extensions.

Removes the temporary patch that was added with #42706

@@ -35,15 +35,40 @@ public class RemoveInternetSourcesFromNuGetConfig : Task
/// </summary>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you are adding functionality, please consider adding #nullable enable to this file.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed with fadcef8

Copy link
Member

@MichaelSimons MichaelSimons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this direction versus just removing the auditSources section.

@NikolaMilosavljevic
Copy link
Member Author

Bunch of nullable-related warnings promoted to errors. I did not see them in local build or full verification build. Checking...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove or alter auditSources section in VMR build
3 participants