Uh oh!
There was an error while loading. Please reload this page.
[build] Include ThirdPartyNotices in workload packs - #8455
Conversation
Adds our `ThirdPartyNotices.txt` file to Microsoft.Android.Sdk.*.nupkg.
pjcollins
commented
Oct 24, 2023
@jonpryor Looks like this works fine, do we want to include it in any other packs? |
jonpryor
commented
Oct 24, 2023
@pjcollins: should we call it % find ~/.nuget/packages/microsoft.* -iname THIRD-PARTY\*$HOME/.nuget/packages/microsoft.aspnetcore.app.ref/7.0.9/THIRD-PARTY-NOTICES.TXT
…
$HOME/.nuget/packages/microsoft.netcore.app.host.osx-x64/7.0.9/THIRD-PARTY-NOTICES.TXT
…
# 689 total |
jonpryor
commented
Oct 24, 2023
I think it should go into any workload pack that redistributes 3rd party code, which might very well be all of them? Certainly |
At a glance the Ref/Runtime packs only appear to contain our content, so I think the inclusion in the only the SDK packs should be sufficient. edit: On second thought, if we are mentioning build dependencies in there maybe it should go into all three pack types... |
Adds the
THIRD-PARTY-NOTICES.TXTfile to all packs that contain alicense file.