From 429b756cb4dc54a0daae91d6d2ae0501cd53ebab Mon Sep 17 00:00:00 2001 From: Sarah Oslund Date: Tue, 31 Aug 2021 13:13:59 -0700 Subject: [PATCH] Specify manifests by feature band --- src/redist/targets/BundledManifests.targets | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/redist/targets/BundledManifests.targets b/src/redist/targets/BundledManifests.targets index 6d0c49c93..c7857a065 100644 --- a/src/redist/targets/BundledManifests.targets +++ b/src/redist/targets/BundledManifests.targets @@ -1,14 +1,14 @@ - - - - - - - - + + + + + + + + @@ -33,7 +33,7 @@ DependsOnTargets="SetupBundledComponents;GenerateManifestVersions"> + DestinationFolder="$(RedistLayoutPath)sdk-manifests/%(DestinationPath)"/> @@ -42,7 +42,7 @@ Condition="$(ProductMonikerRid.StartsWith('win')) And '$(Architecture)' != 'arm'"> + DestinationFolder="$(BaseOutputPath)$(Configuration)\sdk-manifests\sdk-manifests/%(DestinationPath)"/> @@ -70,11 +70,11 @@ + DestinationPath="%(BundledManifests.SdkFeatureBand)/$([MSBuild]::ValueOrDefault('%(WorkloadManifestId)', '').ToLower())/"/> + DestinationPath="%(BundledManifests.SdkFeatureBand)/$([MSBuild]::ValueOrDefault('%(BundledManifests.WorkloadManifestId)', '').ToLower())/"/>