Closed moprsal closed 3 years ago
I can only view these logs if I have a support ticket - else I don't have access. I am not sure I understand what the problem is? Run-AlPipeline is a build pipeline, which isn't the same as the validation service. I guess it tries to install the old version on 19 - and that probably fails? I would need the full output if I am to help on that?
I think I need to ask the AppSource validation team, so I'll create a support ticket. The question will be how to remove Record TempBlob correctly and pass the test.
Regarding Run-AlPipeline I'm surprised that it says that the same function change number of parameters from 3 to 2 and also from 2 to 3. Somehow it doesn't match the function with the same number of parameters when we change the type of the parameter.
Shall I put the full output here?
The reason for the two errors (3 to 2 and 2 to 3 is probably that is misunderstands what is going on - you just changed a parameter in both, but that is also a breaking change and should just have been done by obsoleting the old functions and created new ones - before 19.0 really. The issue here is not related to BcContainerHelper and I will close it. here. I assume that you have found a solution to the problem through validation support.
PLEASE DO NOT INCLUDE ANY PASSWORDS OR TOKENS IN YOUR ISSUE!!!
Describe the issue I ran script Run-AlPipeline with the links to old and new version of an extension. Because of BC19, we had to replace Record TempBlob with codeunit implementation we've changed parameters of several functions and it looks that it cause the issue below. Below is the part of output from Run-AlPipeline and also Application Insight says similar error when we publish it into AppSource.
It looks like that the script doesn't match the old and new function correctly.
Scripts used to create container and cause the issue
Full output of scripts Error list from Run-AlPipeline:
Output in Partner Center. I believe that you have also these logs available, so I keep here the identification of validation.
Screenshots New version:
Old version: