Welcome to mirror list, hosted at ThFree Co, Russian Federation.

QuarantinedTests.AfterArcade.props « eng - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e0b5cde309d52ff0c33ddbb00e552c95b0cb583 (plain)
1
2
3
4
5
6
7
<Project>
  <!-- Override where xUnit logs and results go if we're doing the Quarantined run -->
  <PropertyGroup Condition="'$(RunQuarantinedTests)' == 'true'">
    <ArtifactsLogDir>$(ArtifactsDir)log\$(Configuration)\Quarantined\</ArtifactsLogDir>
    <ArtifactsTestResultsDir>$(ArtifactsDir)TestResults\$(Configuration)\Quarantined\</ArtifactsTestResultsDir>
  </PropertyGroup>
</Project>