microsoft / powerplatform-build-tools

Power Platform Build Tools automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environments and source control, generating build artifacts, deploying to downstream environments, provisioning/de-provisioning of environments, and the ability to perform static analysis checks against your solution using the PowerApps checker service.
MIT License
186 stars 38 forks source link

The 'pac solution unpack' command is failing when the '-pca' parameter is passed #914

Closed RajeevPentyala closed 1 month ago

RajeevPentyala commented 3 months ago

Encountering the following issue while triggering the command: pac solution unpack -z "D:\solution.zip" -f "D:\solcloneissue" -pca

_Processing Component: CanvasApps

-- unpacking Canvas app lx_usecasemanagementapp_22fee... Unpack from D:\solcloneissue\CanvasApps\lx_usecasemanagementapp_22fee_DocumentUri.msapp --> D:\solcloneissue\CanvasApps\src\lx_usecasemanagementapp_22fee source format version: 0.24 Warning PA2001: Checksum mismatch. Checksum indicates that sources have been edited since they were unpacked. If this was intentional, ignore this warning. Microsoft PowerPlatform CLI Version: 1.32.8+gf89d946 Online documentation: https://aka.ms/PowerPlatformCLI Feedback, Suggestions, Issues: https://github.com/microsoft/powerplatform-build-tools/discussions

Error: Error PA3013: Property Value Changed: UsedTemplates[0].Name Error PA3013: Property Value Changed: UsedTemplates[0].Template Error PA3013: Property Value Changed: UsedTemplates[0].Version Error PA3013: Property Value Changed: UsedTemplates[1].Name Error PA3013: Property Value Changed: UsedTemplates[1].Template Error PA3013: Property Value Changed: UsedTemplates[1].Version Error PA3013: Property Value Changed: UsedTemplates[2].Name Error PA3013: Property Value Changed: UsedTemplates[2].Template Error PA3013: Property Value Changed: UsedTemplates[2].Version Error PA3013: Property Value Changed: UsedTemplates[3].Name Error PA3013: Property Value Changed: UsedTemplates[3].Template Error PA3013: Property Value Changed: UsedTemplates[3].Version Error PA3013: Property Value Changed: UsedTemplates[4].Name Error PA3013: Property Value Changed: UsedTemplates[4].Template_

mgadsden commented 3 months ago

I have the same issue with the 2.0.71 version

Masciuniria commented 3 months ago

Temporarily solved with this magic amazing trick 🧙: Solved: Commit to GIT error since today - Page 2 - Power Platform Community (microsoft.com)

Masciuniria commented 1 month ago

@marcelbf was it fixed? in which release version can I find it?