зеркало из https://github.com/dotnet/aspnetcore.git
8 строки
392 B
Plaintext
8 строки
392 B
Plaintext
|
<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>
|