summaryrefslogtreecommitdiff
path: root/tests/src/CLRTest.Execute.Bash.targets
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-03-17 11:44:10 -0700
committerGitHub <noreply@github.com>2017-03-17 11:44:10 -0700
commit25dbd547bc7372906357699a24d7cf76786a50c8 (patch)
treecc48f8bee14b633097477465670fc4cf9d32a203 /tests/src/CLRTest.Execute.Bash.targets
parentd1bdbf1bee3ecdbcd96a5a78a45bf097e3a38951 (diff)
downloadcoreclr-25dbd547bc7372906357699a24d7cf76786a50c8.tar.gz
coreclr-25dbd547bc7372906357699a24d7cf76786a50c8.tar.bz2
coreclr-25dbd547bc7372906357699a24d7cf76786a50c8.zip
Delete unused ReferenceLocalMscorlib property from test proj files (#10250)
Deleted a few other irrelevant properties as well while I was on it. Fixes #7711
Diffstat (limited to 'tests/src/CLRTest.Execute.Bash.targets')
-rw-r--r--tests/src/CLRTest.Execute.Bash.targets2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/CLRTest.Execute.Bash.targets b/tests/src/CLRTest.Execute.Bash.targets
index f17973a0f1..a9dafd226d 100644
--- a/tests/src/CLRTest.Execute.Bash.targets
+++ b/tests/src/CLRTest.Execute.Bash.targets
@@ -27,8 +27,6 @@ WARNING: When setting properties based on their current state (for example:
<DisassemblyName>$(MSBuildProjectName).dasm.il</DisassemblyName>
<TargetAssemblyName>$(MSBuildProjectName).asm.exe</TargetAssemblyName>
- <IlasmRoundTrip Condition="'$(ReferenceLocalMscorlib)'!=''">false</IlasmRoundTrip>
-
<IlasmRoundTripBashScript Condition="'$(IlasmRoundTrip)'=='true'">
<![CDATA[
echo "$CORE_ROOT/ildasm" -raweh -out=$(DisassemblyName) $(InputAssemblyName)