Skip to content

Remove or alter auditSources section in VMR build #4553

Closed
dotnet/sdk
#42740
@NikolaMilosavljevic

Description

@NikolaMilosavljevic

Nuget.client introduced source auditing with dotnet/sdk#42658, see NuGet/NuGet.Client#5939

This breaks source build, offline legs, as we do not use any online sources in those scenarios, and do not have internet access, see: #4548

There are 2 options:

  • always remove this section
  • remove only sources that aren't present in the list of package sources

Second option doesn't add a lot of value, as it will make the section content essentially empty. Also, all our offline sources are local and would not work with auditing anyway.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions