include version in other locales, too
This commit is contained in:
parent
26626f3db3
commit
cc759ddedf
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
||||||
|
|
||||||
<ManifestContent Include="%(BundledManifests.RestoredNupkgContentPath)\data\localize\*"
|
<ManifestContent Include="%(BundledManifests.RestoredNupkgContentPath)\data\localize\*"
|
||||||
Condition="Exists('%(RestoredNupkgContentPath)\data\localize')"
|
Condition="Exists('%(RestoredNupkgContentPath)\data\localize')"
|
||||||
DestinationPath="%(BundledManifests.FeatureBand)/$([MSBuild]::ValueOrDefault('%(Identity)', '').ToLower())/localize"/>
|
DestinationPath="%(BundledManifests.FeatureBand)/$([MSBuild]::ValueOrDefault('%(Identity)', '').ToLower())/%(Version)/localize"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<Error Text="No workload manifest content found." Condition="'@(ManifestContent->Count())' == '0'" />
|
<Error Text="No workload manifest content found." Condition="'@(ManifestContent->Count())' == '0'" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue