diff options
author | Bryan Arant <bryanar@microsoft.com> | 2015-10-21 20:19:51 -0700 |
---|---|---|
committer | Bryan Arant <bryanar@microsoft.com> | 2015-10-22 15:26:32 -0700 |
commit | 3ff774096c0a6634911db24a8406d3ca1466a289 (patch) | |
tree | fa8d6461f471c6fd11ad6ecdf95d38c61fe18849 /tests/src/dir.props | |
parent | 4be080ee4c52211247d720e24f71d87b657357ee (diff) | |
download | coreclr-3ff774096c0a6634911db24a8406d3ca1466a289.tar.gz coreclr-3ff774096c0a6634911db24a8406d3ca1466a289.tar.bz2 coreclr-3ff774096c0a6634911db24a8406d3ca1466a289.zip |
Changes required to enable crossgen on the tests.
Diffstat (limited to 'tests/src/dir.props')
-rw-r--r-- | tests/src/dir.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/dir.props b/tests/src/dir.props index 6fe1cd2d1c..8803c7fafd 100644 --- a/tests/src/dir.props +++ b/tests/src/dir.props @@ -11,6 +11,7 @@ <NoWarn>78,162,164,168,169,219,251,252,414,429,642,649,652,675,1691,1717,1718,3001,3002,3003,3005,3008</NoWarn> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <CLRTestKind>BuildAndRun</CLRTestKind> + <SkipSigning Condition="'$(CrossGen)' == 'true'">true</SkipSigning> </PropertyGroup> </Project> |