Closed janvtBE closed 1 year ago
Your yaml simply points to a template - so I hope you see that the provided yaml is quite useless.
You nav_app_version
is A.A.*.0
. As far as I know, that doesn't work. I thinks this has to be changed to: ?.?.*.0
, where
?
= the value from app.json*
= the build number"A" is invalid for versions.
Here more info about the yaml we use:
parameters: app_name: '' targetproject: '' ruleset: '' alcodeanalyzer: 'None' nav_app_version: 'A.A..0' failed_on_warnings: false app_file_suffix: '' nav_artifact_app_filter: '.app' updatebuildnumber: false
We also found this change in your documentation, so the A value is correct?
https://github.com/HodorNV/ALOps/issues/284#issuecomment-1289148149
My mistake - it's a bug - a fix is coming soon!
Ok, super, please keep us posted. Thank you for the update
This should have been online for a while - can you confirm it's fixed?
It seems to be fixed. Thanks for the update!
Describe the bug In the step "Compile App" we get the following warning: ##[warning]Get-NAVInfoStep: Exception calling "Parse" with "1" argument(s): "Input string was not in a correct format."
the used yaml please provide the yaml that you used. It helps you put the yaml like this:
the output Also the complete output is necessary for us to see what is going on. Also use backtics:
Expected behavior Not showing the warning :)
Screenshots
Additional context Add any other context about the problem here.