Closed epernst closed 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.
Released. Including the JSON setting support with profiles. Need to update the NaverticAl to support this.
The navcontainerhelper function Compile-AppInNavContainer have support for running the CodeCop analyzer and storing the output with the compiler output.
Please enable this in Compile-ALProjectTree.ps1, so that we can get this information into DevOps. Very valuable for the code review.