e4603aef2daa6a9a60891c1a896e6eac15531aa9
[platform/upstream/coreclr.git] / tests / src / JIT / dir.targets
1 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <!-- 
3   There is a bug in the targets files we pull in from BuildTools which resets PackagesConfigFile if "PackageConfigFile" is unset.
4
5   Since we use PacakgesConfigFile in order to share packages.config files across the Jit test bed (to speed up package restore)
6   we need to work around this issue.
7   -->
8   <PropertyGroup>
9     <PackageConfigFile Condition="'$(PackagesConfigFile)' != ''">$(PackagesConfigFile)</PackageConfigFile>
10   </PropertyGroup>
11        
12   <Import Project="..\dir.targets" />
13 </Project>