kine / NVRAppDevOps

Navertica DevOps scripts for managing Microsoft Dynamics 365 Business Central Apps
31 stars 29 forks source link

Suggestion: Support for EnableCodeCop and FailOn #13

Closed epernst closed 5 years ago

epernst commented 5 years ago

The navcontainerhelper function Compile-AppInNavContainer have support for running the CodeCop analyzer and storing the output with the compiler output.

    [switch]$EnableCodeCop,
    [ValidateSet('none','error','warning')]
    [string]$FailOn = 'none'

Please enable this in Compile-ALProjectTree.ps1, so that we can get this information into DevOps. Very valuable for the code review.

kine commented 5 years ago

Released. Including the JSON setting support with profiles. Need to update the NaverticAl to support this.