Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A file can be typed as NUnit by adding the NUnit type to the artifact rule. For example, if I want my tests.xml to be a NUnit artifact and this xml is in the output directory of the server's workspace, I would use the following artifact rule:  nunit | output\tests.xml

Note that any non-NUnit files that are given the NUnit type will not display correctly. This type should only be used for NUnit xml files.

 

Variable

The variable special view is mainly used for artifacts that are automatically generated for every build. These artfacts are:

...