There was an error while loading. Please reload this page.
1 parent fb02179 commit f57d73cCopy full SHA for f57d73c
1 file changed
.azure-pipelines/ci-build.yml
@@ -105,6 +105,7 @@ extends:
105
New-Item -ItemType Directory -Force -Path $testResultsDirectory | Out-Null
106
107
$testExecutables = @(Get-ChildItem -Path "$(Build.SourcesDirectory)\test" -Recurse -Filter "*.Tests.exe" | Where-Object {
108
+ # Match the app produced by its own project output: test\<ProjectName>\bin\<Configuration>\<TFM>\<ProjectName>.exe.
109
$_.Directory.Parent.Name -eq "$(BuildConfiguration)" -and
110
$_.BaseName -eq $_.Directory.Parent.Parent.Parent.Name -and
111
# xUnit v3 MTP test apps copy the runner assembly next to the generated executable.
0 commit comments