Steps to reproduce the behavior:
- Run pipeline to deploy solution.
- Observe Unpack step fails with reported error attached.
- Unpack step is:
- task: PowerPlatformUnpackSolution@2 inputs: SolutionInputFile: '$(Build.ArtifactStagingDirectory)\$(solution)Unmanaged.zip' SolutionTargetFolder: '$(Build.ArtifactStagingDirectory)' ProcessCanvasApps: true displayName: "Unpack unmanaged solution for source control" continueOnError: true
Steps to reproduce the behavior:
- task: PowerPlatformUnpackSolution@2 inputs: SolutionInputFile: '$(Build.ArtifactStagingDirectory)\$(solution)Unmanaged.zip' SolutionTargetFolder: '$(Build.ArtifactStagingDirectory)' ProcessCanvasApps: true displayName: "Unpack unmanaged solution for source control" continueOnError: true