-
Heya, I've seen I'm trying to set a flag with this but it doesn't seem to be working for me. In my project I'm doing: <PropertyGroup Condition="'$(TUnitReflectionScanner)' == 'true'">
<TestRunnerAdditionalArguments>--reflection-scanner</TestRunnerAdditionalArguments>
</PropertyGroup> But this never seems to get passed through. Is this supported and/or am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ah this seems to have worked!
|
Beta Was this translation helpful? Give feedback.
-
@thomhurst we are using a specific build infrastructure named arcade and as such there are some testing tasks that we override and so we are reusing the patterns. The property
|
Beta Was this translation helpful? Give feedback.
Ah this seems to have worked!
<TestingPlatformCommandLineArguments>$(TestingPlatformCommandLineArguments) --reflection-scanner</TestingPlatformCommandLineArguments>