-
Hi, i can't seem to get it to work, but i have no clue what i should specify in the version option. iam talking about these options:
I tried the release version number, with and without the V although the settings are read correctly, i figure iam specifing the wrong version? Can someone tell me what information of a release is expected? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
could it be a bug? in [https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v4.1/AL-Go-Helper.ps1](url) i found this and seems it doesn't take version into account when filled in? |
Beta Was this translation helpful? Give feedback.
-
The problem here is that you have a colon too much in the version property here:
"version:": "25.0.4" should be "version": "25.0.4" As it cannot locate a property called "version", it uses latest. |
Beta Was this translation helpful? Give feedback.
The problem here is that you have a colon too much in the version property here:
"version:": "25.0.4" should be "version": "25.0.4"
As it cannot locate a property called "version", it uses latest.