Skip to content

Instantly share code, notes, and snippets.

@shashank-shekhar
Last active February 12, 2024 19:44
Show Gist options
  • Save shashank-shekhar/e4b8c03b632714720d46c2550355ef49 to your computer and use it in GitHub Desktop.
Save shashank-shekhar/e4b8c03b632714720d46c2550355ef49 to your computer and use it in GitHub Desktop.
dotnet build hide warnings in output log
dotnet build .\ASM.sln --restore --nologo -v q --property WarningLevel=0 /clp:ErrorsOnly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment