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:
authorAndy Gocke <angocke@microsoft.com>2021-03-27 03:07:49 +0300
committerGitHub <noreply@github.com>2021-03-27 03:07:49 +0300
commitee4d4358b214ed116020dcf4495cbdb746e42044 (patch)
treea601937cab4bd6c293e8f741921ada92efcadc6e /eng/liveBuilds.targets
parent4520b97dbd98d4c3761c20145fb033b5f4d826a4 (diff)
Add PGD files to runtime package (#50296)
Diffstat (limited to 'eng/liveBuilds.targets')
-rw-r--r--eng/liveBuilds.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets
index 0b2322dac22..5b72dedeb1a 100644
--- a/eng/liveBuilds.targets
+++ b/eng/liveBuilds.targets
@@ -71,6 +71,7 @@
<ItemGroup Condition="'$(RuntimeFlavor)' == 'CoreCLR'">
<RuntimeFiles Include="$(CoreCLRSharedFrameworkDir)*.*" />
+ <RuntimeFiles Condition="'$(PgoInstrument)' == 'true'" Include="$(CoreCLRSharedFrameworkDir)PGD/*" />
<CoreCLRCrossTargetFiles Condition="'$(CoreCLRCrossTargetComponentDir)' != ''" Include="$(CoreCLRCrossTargetComponentDir)*.*" IsNative="true" />
<RuntimeFiles Include="$(CoreCLRArtifactsPath)Redist/**/*.dll" />
<RuntimeFiles>