Install the manifests into their specific feature band rather than the current band

This commit is contained in:
Marc Paine 2022-07-13 13:43:25 -07:00 committed by GitHub
parent 2c9908fc80
commit 6b9fa18ad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@
<Error Text="No workload manifest content found." Condition="'@(ManifestContent->Count())' == '0'" />
<Copy SourceFiles="@(ManifestContent)"
DestinationFolder="$(RedistLayoutPath)sdk-manifests/$(CliProductBandVersion)00/%(DestinationPath)"/>
DestinationFolder="$(RedistLayoutPath)sdk-manifests/%(FeatureBand)/%(DestinationPath)"/>
</Target>
</Project>