QuarantinedTests.AfterArcade.props 392 B

1234567
  1. <Project>
  2. <!-- Override where xUnit logs and results go if we're doing the Quarantined run -->
  3. <PropertyGroup Condition="'$(RunQuarantinedTests)' == 'true'">
  4. <ArtifactsLogDir>$(ArtifactsDir)log\$(Configuration)\Quarantined\</ArtifactsLogDir>
  5. <ArtifactsTestResultsDir>$(ArtifactsDir)TestResults\$(Configuration)\Quarantined\</ArtifactsTestResultsDir>
  6. </PropertyGroup>
  7. </Project>