I need to upload a file as a file parameter, put don't want it passed to MSBuild. I need the file in place to run the tests, but it is breaking my build with the following error:
MSBUILD : error MSB1006: Property is not valid. I don't need it passed to the MSBuild. How do I set this?