summaryrefslogtreecommitdiff
path: root/tests/dir.props
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-11-29 19:16:18 +0100
committerGitHub <noreply@github.com>2017-11-29 19:16:18 +0100
commite864120d14c829df6f6d4c6cff6f3d23db19606c (patch)
treedc1fc4c5f8d36391115a4f075be16d9345cf5b7a /tests/dir.props
parenteb6430a72fa0fd6c5ee79b7b2209f7c51559f0c1 (diff)
downloadcoreclr-e864120d14c829df6f6d4c6cff6f3d23db19606c.tar.gz
coreclr-e864120d14c829df6f6d4c6cff6f3d23db19606c.tar.bz2
coreclr-e864120d14c829df6f6d4c6cff6f3d23db19606c.zip
Use ILAsm from buildtools (#15172)
* Use ILAsm from buildtools On Windows: this stops using the ILASM that ships with Windows in favor of CoreCLR ILASM On Unix: this stops using the live built ILASM. I image this fixes some issues in crossbuild on both platforms but I can't find where the workarounds for that are. Necessary prerequisite for being able to build tests for the default interfaces feature.
Diffstat (limited to 'tests/dir.props')
-rw-r--r--tests/dir.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dir.props b/tests/dir.props
index 0d00f65b36..f65af4892d 100644
--- a/tests/dir.props
+++ b/tests/dir.props
@@ -43,7 +43,6 @@
<_TargetFrameworkDirectories Condition="'$(BuildToolsTargetsDesktop)' != 'true'">$(MSBuildThisFileDirectory)/Documentation</_TargetFrameworkDirectories>
<_FullFrameworkReferenceAssemblyPaths Condition="'$(BuildToolsTargetsDesktop)' != 'true'">$(MSBuildThisFileDirectory)/Documentation</_FullFrameworkReferenceAssemblyPaths>
<ExcludeSigningImport>true</ExcludeSigningImport>
- <SkipImportILTargets>true</SkipImportILTargets>
</PropertyGroup>
<!-- Common properties -->