Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikola Milosavljevic <nikolam@microsoft.com>2022-03-25 22:26:51 +0300
committerGitHub <noreply@github.com>2022-03-25 22:26:51 +0300
commitca8ddae2e083345e415743fac8f178191a927364 (patch)
treee1ad7cc43a2c4d93ecc32712a1956a461b26ffe5 /eng/Subsets.props
parent93957c6da9d3fad6acfc19d940dbb55f12294a5a (diff)
Infra for regeneration of third-party-notices file (#60091)
* Infra for regeneration of third-party-notices file * Update eng/regenerate-third-party-notices.proj Co-authored-by: Davis Goodin <dagood@users.noreply.github.com> * Addressing PR comments * Updated copyright in all .cs files * Update dotnet/liner repo name * Add dotnet/emsdk to the list Co-authored-by: Davis Goodin <dagood@users.noreply.github.com>
Diffstat (limited to 'eng/Subsets.props')
-rw-r--r--eng/Subsets.props5
1 files changed, 5 insertions, 0 deletions
diff --git a/eng/Subsets.props b/eng/Subsets.props
index 1213b5407e9..a000a8e16fa 100644
--- a/eng/Subsets.props
+++ b/eng/Subsets.props
@@ -161,6 +161,7 @@
<!-- Utility -->
<SubsetName Include="publish" OnDemand="true" Description="Generate asset manifests and prepare to publish to BAR." />
<SubsetName Include="RegenerateDownloadTable" OnDemand="true" Description="Regenerates the nightly build download table" />
+ <SubsetName Include="RegenerateThirdPartyNotices" OnDemand="true" Description="Regenerates the THIRD-PARTY-NOTICES.TXT file based on other repos' TPN files." />
</ItemGroup>
@@ -408,6 +409,10 @@
<ProjectToBuild Include="$(RepositoryEngineeringDir)regenerate-download-table.proj" Pack="true" />
</ItemGroup>
+ <ItemGroup Condition="$(_subset.Contains('regeneratethirdpartynotices'))">
+ <ProjectToBuild Include="$(RepositoryEngineeringDir)regenerate-third-party-notices.proj" Pack="false" BuildInParallel="false" />
+ </ItemGroup>
+
<!-- Set default configurations. -->
<ItemGroup>
<ProjectToBuild Update="@(ProjectToBuild)">