I am invoking NUnit console runner manually like this:
"MyRunConfig": {
"commandName": "Executable",
"executablePath": "nunit3-console.exe",
"commandLineArgs": "MyProject\\bin\\Debug\\MyProject.dll"
}
Problem is, I have to make a separate run configuration for Release build, as the output location is different. How do I do that? Can I somehow use TargetPath build property?