зеркало из https://github.com/github/VisualStudio.git
Fixing the exclude statement
This commit is contained in:
Родитель
46a22a06da
Коммит
059d59df56
|
@ -34,7 +34,7 @@ $testAssemblies = @(
|
|||
"test\TrackingCollectionTests\bin\$Configuration\TrackingCollectionTests.dll"
|
||||
)
|
||||
|
||||
$opencoverTargetArgs = ($testAssemblies -join " ") + " --where \`"cat!=Timings or cat!=CodeCoverageFlake\`" --inprocess --noresult"
|
||||
$opencoverTargetArgs = ($testAssemblies -join " ") + " --where \`"cat!=Timings and cat!=CodeCoverageFlake\`" --inprocess --noresult"
|
||||
|
||||
$opencoverDirectory = Join-Path $rootDirectory packages\OpenCover.4.6.519\tools
|
||||
$opencover = Join-Path $opencoverDirectory OpenCover.Console.exe
|
||||
|
|
Загрузка…
Ссылка в новой задаче