-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Describe the bug
Getting the following error when running the solution checker from my pipeline, this issue started yesterday for us and is affecting multiple pipelines for different solutions:
##[error]error: 1
##[error]failed: Connected as ***
Sorry, the app encountered a non recoverable error and will need to terminate. The exception details have been captured and will be forwarded to the development team, if telemetry has been enabled. Session Id: 49e0d277-e5fc-4d3a-9e9c-054f6690bf63, Exception Type: System.ArgumentOutOfRangeException
The diagnostic logs can be found at: C:__w_tasks\PowerPlatformToolInstaller_8015465b-f367-4ec4-8215-8edf682574d3\2.0.96\bin\pac\tools\logs\pac-log.txt
[ 'Authentication profiles and token cache removed' ]
[
'The Clear Authentication Result: Authentication profiles and token cache removed'
]
##[error]Error: Connected as ***
Sorry, the app encountered a non recoverable error and will need to terminate. The exception details have been captured and will be forwarded to the development team, if telemetry has been enabled. Session Id: 49e0d277-e5fc-4d3a-9e9c-054f6690bf63, Exception Type: System.ArgumentOutOfRangeException
The diagnostic logs can be found at: C:__w_tasks\PowerPlatformToolInstaller_8015465b-f367-4ec4-8215-8edf682574d3\2.0.96\bin\pac\tools\logs\pac-log.txt
To Reproduce
Here is the YAML for the task:
- task: PowerPlatformChecker@2
displayName: 'Power Platform Checker '
inputs:
PowerPlatformSPN: 'XYZ'
FilesToAnalyze: '$(System.DefaultWorkingDirectory)\src\XYZ\*.zip'
RuleSet: '0ad12346-e108-40b8-a956-9a8f95ea18c9'
Expected behavior
The solution checker to work. We have confirmed that we can validate the same zip file calling solution checker via the pac cli on a local computer.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
ADO pipeline running on Windows container.
Additional context
None