Is it possible to succeed the failure build through TFS Build Definition even though it has some build errors ? like it should continue on build error If yes, please provide MSBuild arguments ...
Thanks in advance :)
Is it possible to succeed the failure build through TFS Build Definition even though it has some build errors ? like it should continue on build error If yes, please provide MSBuild arguments ...
Thanks in advance :)
Copyright © 2021 Jogjafile Inc.
You can tell MSBuild to execute a task and continue on errors (see MSDN articles):
https://msdn.microsoft.com/en-us/library/77f2hx1s.aspx
https://msdn.microsoft.com/en-us/library/ms171484.aspx