James Jackson wrote:
Hi,
I’m calling FxCop as a Nant task, and want the build to fail if it
returns any errors. However, setting failonerror=”true” does break the
build, but then doesn’t complete the remaining tasks in Nant (calling
Nunit) or Cruise Control (merging the XML outputs). Is th
Hi,
I’m calling FxCop as a Nant task, and want the build
to fail if it returns any errors. However, setting failonerror=”true”
does break the build, but then doesn’t complete the remaining tasks in
Nant (calling Nunit) or Cruise Control (merging the XML outputs). Is there any
way to get