We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2511ae commit 638a4c1Copy full SHA for 638a4c1
src/tests/Common/CLRTest.Jit.targets
@@ -29,6 +29,12 @@ WARNING: When setting properties based on their current state (for example:
29
***********************************************************************************************
30
-->
31
32
+ <PropertyGroup>
33
+ <_IlasmSwitches Condition="'$(DebugType)' == 'Full'">$(_IlasmSwitches) -DEBUG</_IlasmSwitches>
34
+ <_IlasmSwitches Condition="'$(DebugType)' == 'Impl'">$(_IlasmSwitches) -DEBUG=IMPL</_IlasmSwitches>
35
+ <_IlasmSwitches Condition="'$(DebugType)' == 'PdbOnly'">$(_IlasmSwitches) -DEBUG=OPT</_IlasmSwitches>
36
+ </PropertyGroup>
37
+
38
<Target Name="GetIlasmRoundTripBashScript"
39
Returns="$(IlasmRoundTripBashScript);$(BashIlrtTestLaunchCmds)">
40
<PropertyGroup>
0 commit comments