Closed Roald87 closed 3 years ago
Currently the static code analyses is run, but there is no clear indication when a warning was raised due to this. For example this one:
Not sure how to indicate failure. Somehow need to return a number other than 0 to make the pipeline fail.
Maybe related to https://stackoverflow.com/questions/54771043/treatwarningsaserrors-vs-warnaserror and https://github.com/dotnet/msbuild/issues/1791
Currently the static code analyses is run, but there is no clear indication when a warning was raised due to this. For example this one:
Not sure how to indicate failure. Somehow need to return a number other than 0 to make the pipeline fail.