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
path: root/eng
diff options
context:
space:
mode:
authorVladimir Sadov <vsadov@microsoft.com>2022-03-19 09:44:02 +0300
committerGitHub <noreply@github.com>2022-03-19 09:44:02 +0300
commit9c04c3aca081a939ab94a014d7f19d2ab36516b1 (patch)
treece7d353903697f37a7dfdbfa257d484b12835e05 /eng
parente77b9374d614cc8111b9eeec5db553760477b27a (diff)
Do not include redist files in runtime packs (#66805)
* do not copy redist files to artefacts * do not copy redist files to tests * Do not include Redist files in runtime packs
Diffstat (limited to 'eng')
-rw-r--r--eng/liveBuilds.targets1
1 files changed, 0 insertions, 1 deletions
diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets
index d31305effaa..a8e8fffe470 100644
--- a/eng/liveBuilds.targets
+++ b/eng/liveBuilds.targets
@@ -77,7 +77,6 @@
<RuntimeFiles Include="$(CoreCLRSharedFrameworkDir)*.*" />
<RuntimeFiles Condition="'$(PgoInstrument)' == 'true'" Include="$(CoreCLRSharedFrameworkDir)PGD/*" />
<CoreCLRCrossTargetFiles Condition="'$(CoreCLRCrossTargetComponentDir)' != ''" Include="$(CoreCLRCrossTargetComponentDir)*.*" IsNative="true" />
- <RuntimeFiles Include="$(CoreCLRArtifactsPath)Redist/**/*.dll" />
<RuntimeFiles>
<IsNative>true</IsNative>
</RuntimeFiles>