pacCLI failure on deploying solution to target dataverse #1026
Unanswered
Vaibhav-Raj10
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using YAML pipeline which has a solution import step wherein we're deploying a dll onto dataverse . For import/deploy purposes, we are using pacCLI package deploy. In this particular step, the solution is being deployed to an org for the purpose of integration test. But before the tests can begin, the deploy step fails with a vague message. Here's the pacCLI command:
C:__w_tasks\PowerPlatformToolInstaller_8015465b-f367-4ec4-8215-8edf682574d3\2.0.77\bin\pac\tools\pac.exe package deploy -env https://aurorabapenv35cea.crm10.dynamics.com/ -p C:__w\1\BuiltSolutionArtifacts\package\PSPackage.dll -lf C:__w\1\a\DeployPackage\deploy-package\PSPackage_20240904085339.log -c False
Here's the error screenshot:
In detailed logs I can see:
On multiple attempts at re-run of the pipeline, this stage passes. So, it appears to be an intermittent issue. But it is too frequent to ignore.
I am being told that this could be an issue with solution import size. Or could be an issue with log file trailing. Can someone help here and point me to the potential cause(s) of the deploy failure. I tried searching for similar issue but couldn't find any post with relevant information.
Beta Was this translation helpful? Give feedback.
All reactions