Fix for run-only pr1 tests.
authorBryan Arant <bryanar@microsoft.com>
Wed, 28 Oct 2015 08:39:05 +0000 (01:39 -0700)
committerBryan Arant <bryanar@microsoft.com>
Wed, 28 Oct 2015 08:39:05 +0000 (01:39 -0700)
tests/src/dir.targets

index 20ce3fe..b578a87 100644 (file)
@@ -67,6 +67,7 @@
   -->
   <Target Name="Build" Condition="('$(CLRTestPriority)' &lt;= '$(CLRTestPriorityToBuild)') Or ('$(_CLRTestInServiceOfHigherPriority)')">
     <MSBuild Projects="@(ProjectReference)" Properties="_CLRTestInServiceOfHigherPriority=true"/>
+    <MakeDir Condition="'$(CLRTestKind)' == 'RunOnly'" ContinueOnError="false" Directories="$(OutputPath)" />
   </Target>
   
   <!-- We will use an imported build here in the instance that we have source that we need to build, and we are the correct priority...OR if we are being asked to build for