Fix unset ZapRelocationType for fixup (#18589)
[platform/upstream/coreclr.git] / Tools / Microsoft.DotNet.Build.CloudTest.targets
1 <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
3   <!-- While this package contains standalone, usable copies of the contents of the CloudTest and Dumpling
4        targets, the previous iteration is tied heavily into builds that look like .NET CoreFX.
5        As such, the only targets being imported here are CloudTest.Helix.targets which has been factored to 
6        be used independently.  In future iterations, we can conditionally bring in more targets here as needed -->
7
8   <Import Project="$(MSBuildThisFileDirectory)\CloudTest.Helix.targets"/>
9   
10 </Project>