microsoft / navcontainerhelper

Official Microsoft repository for BcContainerHelper, a PowerShell module, which makes it easier to work with Business Central Containers on Docker.
MIT License
381 stars 243 forks source link

Question: Which platform is used by the Run-AlValidation #3668

Closed RonKoppelaar closed 4 days ago

RonKoppelaar commented 4 days ago

From yammer threads I understood the online appsource validation is now using BC25 as the validation platform. Running the bccontainerhelper cmdlet Run-AlValidation is still running against BC24.4

How does the Run-AlValidation determines the correct version to use? Or can we use/choose a version?

freddydk commented 4 days ago

Run-AlValidation by default validates against the latest released version. You can specify -ValidateNextMajor if you want to validate against next major. Default is to -validateCurrent (I think)

RonKoppelaar commented 4 days ago

Understood. If this remains ruling its clear to me.