microsoft / AL-Go

The plug-and-play DevOps solution for Business Central app development on GitHub
MIT License
280 stars 115 forks source link

Question - Workflow specific setting #1107

Closed louagej closed 3 months ago

louagej commented 3 months ago

Hi,

There is a setting doNotRunTests that says Name Description Default value
doNotRunTests This setting forces the pipeline to NOT run the tests in testFolders. Tests are still being built and published. Note this setting can be set in a workflow specific settings file to only apply to that workflow false

But how can we add a workflow specific setting?

freddydk commented 3 months ago

https://aka.ms/algosettings#conditional-settings

louagej commented 3 months ago

sorry, did read the documentation to fast... Thank you

freddydk commented 3 months ago

Actually - the workflow specific settings file mentioned is not conditional settings - it is more like no. 6 under https://aka.ms/algosettings#where-are-the-settings-located.

Both can be used though.

freddydk commented 3 months ago

I will update the docs with some references.