Install the manifests into their specific feature band rather than the current band
This commit is contained in:
parent
2c9908fc80
commit
6b9fa18ad7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue