Hi,
The NUnit -> CategoryMask property is not converting the specified variable to string. Instead it puts in the variable name literally in the NUnit parameter line.
Thus it does not exclude categories (CategoryMaskType set to 'Exclude').
e.g.
%NUNIT_EXCLUDE% = "PinkTests"
[Then when running FB, in the console it looks like] Parameters: "\\MyApp.UnitTest.dll" /framework:net-4.0 /xml="C:\Develop\MyApp_UnitTestOutput.xml" /Exclude:"%NUNIT_EXCLUDE%"
FB: 7.0.0.3319
Windows 7 Ent. Service Pack1
NUnit 2.6.4
Regards,
Ly