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:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-10-05 20:30:48 +0300
committerGitHub <noreply@github.com>2020-10-05 20:30:48 +0300
commitcfb011967a9b1daee54bce972e8b5943bd4f9f42 (patch)
tree74232e497dde043cf7bcc7e80c05d25a3a7b72fb /src/installer/pkg/packaging
parent3c6e6cc14728ce9a1955e076d2a758407dc70f5a (diff)
[release/5.0] Update THIRD-PARTY-NOTICES file (#42989)
* Introduce THIRD-PARTY-NOTICES file for deployment with shared host package * Update of THIRD-PARTY-NOTICES for .NET 5.0 release * Update src/installer/pkg/THIRD-PARTY-NOTICES.TXT Co-authored-by: Adeel Mujahid <adeelbm@outlook.com> * Update libunwind name in root TPN file to prevent regression in future updates * Update libunwind license * Updates based on review comments Co-authored-by: Nikola Milosavljevic (CLR) <nikolam@microsoft.com> Co-authored-by: Adeel Mujahid <adeelbm@outlook.com>
Diffstat (limited to 'src/installer/pkg/packaging')
-rw-r--r--src/installer/pkg/packaging/installers.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/installer/pkg/packaging/installers.proj b/src/installer/pkg/packaging/installers.proj
index 2e81105f1a8..dbae53d0852 100644
--- a/src/installer/pkg/packaging/installers.proj
+++ b/src/installer/pkg/packaging/installers.proj
@@ -94,7 +94,7 @@
<Copy SourceFiles="$(SharedFrameworkPublishDir)dotnet$(ExeSuffix)"
DestinationFolder="$(SharedHostPublishRoot)" />
- <Copy SourceFiles="$(RepoRoot)THIRD-PARTY-NOTICES.TXT"
+ <Copy SourceFiles="$(InstallerProjectRoot)pkg\THIRD-PARTY-NOTICES.TXT"
DestinationFiles="$(SharedHostPublishRoot)ThirdPartyNotices.txt" />
<Copy SourceFiles="$(RepoRoot)LICENSE.TXT"