Replies: 1 comment
-
@filcole the proposed improvement makes sense but is not trivial to implement: pac CLI is using a common PackageDeployer library that is also leveraged in other hosts, like PDS/TPS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the Package Deployer task in the Azure DevOps Power Platform Build Tools the full package deployer logs are only output at the end of a run as a pipeline artifact and a less verbose log is written to the devops logs whilst the task is running.
It would be great if the package deployer decision on whether to install, skip, update or upgrade a solution was shown in the devops logs.
e.g. in the anonymised log snippet below we can only infer via the timings that something happened for ''ACME Solution Sol A' (but was it an upgrade or install?).
i.e. It would be good if the snipped from the PD logs, e.g.
Beta Was this translation helpful? Give feedback.
All reactions