Skip to content

Set BC version for local PTE development #230

Answered by freddydk
JlT74 asked this question in Q&A
Discussion options

You must be logged in to vote

In the .AL-Go\settings.json file you can specify the artifacts used, using the setting artifact. Documented here:
https://github.com/microsoft/AL-Go/blob/main/Scenarios/settings.md#advanced-settings
if you set artifact to

bcartifacts/sandbox/20.5.12345.12345//closest

You will use the closest artifacts to that specific version for the country specified in the country setting.
Since bcartifacts and sandbox are default, this would be the same as:

//20.5.12345.12345//closest

and if you want a specific version, you can use:

//21.0.46256.48157

or you can also specify an artifactUrl like:

https://bcartifacts.azureedge.net/sandbox/21.0.46256.48157/us

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by freddydk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants