I have an angular project that I am trying to build though Azure DevOps. When I run the ng build on a library project, there are some warnings
ex(##[error]WARNING: autoprefixer: D:\Agent_work\1\s\Test\projects\test-library\src\components\test.component.css:4:5: start value has mixed support, consider using flex-start instead)
The build step fails because of this. the command for this step is "ng build test-library"
Is there a way in TFS or a setting on ng build to ignore these warnings?

