dotnet / source-build

A repository to track efforts to produce a source tarball of the .NET Core SDK and all its components
MIT License
265 stars 132 forks source link

Remove unused WarnOnDiffs support in license and sdk content tests #4709

Closed MichaelSimons closed 3 weeks ago

MichaelSimons commented 3 weeks ago

The source build license and sdk content diff tests have support to warn on failures. This infrastructure is no longer being used now that there are separate pipelines for the license scans and sdk content diff tests. This infrastructure could be cleaned up to simplify the tests a bit. This is lower priority.