Closed ygizhitsa closed 5 years ago
@ygizhitsa will the above commit fix your issue?
Do you need the localize flag on the pack?
Yes, the current ps line I'm running is following & $packagerPath /action:Pack /PackageType:$PackageType /folder:$folder /zipfile:$FileName /map:$MappingFileName /localize /sourceLoc:1033.
The packegerPath I'm extracting from Tools installer
$packagerDirectory = (Join-Path -Path ($env:MSCRM_Tools_Path) -ChildPath "CoreTools\9.0.0" ) $packagerPath = (Join-Path -Path ($packagerDirectory) -ChildPath "SolutionPackager.exe" )
Thank you for responding Yuriy
@ygizhitsa ok added that too should be available in next release
I just was able to build a package with localize flag on and source 1033. The package is built. There are some worming messages I would need to research and make sure that package has been successfully deployed and tested. Will keep you updated. If it works, I will start to clean pipelines with custom PS script
Thank you, Yuriy
@ygizhitsa can you please provide more details on what you are trying to do?