Kamil Sacek
Kamil Sacek
Hi @antonyotto, have re-read the log you sent and it seems that the problem is, that the call reading the status have not returned anything. It could be some timing...
Hmm... unable to test on my side, because we have activated MFA on our users accounts to fulfill MS requirements and thus I am unable to publish the apps from...
Ok. If it works manually and not in pipeline, than double check that all parameters in the pipelines are passed correctly. Are you using your own agent or hosted?
Ok, than the problem must be in the parameters of the step. Could you send me log from the pipeline? I want to see the xxxx-expanded.yaml file from the full...
Same for me. Saving definition locally, same error when trying to use it to create OData reference. Seems that this is long time problem and no solution for it.
I have hit some similar problem when I was trying to upgrade some environment to 23.3. In my case, when I imported first the sqlserver module and then the BC...
Btw, I was using the "add_AssemblyResolve" trick which is used in the Restore-BcDatabaseFromArtifacts function, but it stopped to work when I moved my management scripts to Pwsh7 and I removed...
Could be connected with https://github.com/microsoft/navcontainerhelper/issues/3527
I know that on some presentation I saw that module with many files are slow to import and concatenating everything into one file before publishing the module is making the...
The concatenation is mentioned with few other tips e.g. here: https://dbatools.io/import-times/ and https://blog.netnerds.net/2018/12/even-faster-powershell-module-loading/.