1 parent e15916b commit dfcc2dcCopy full SHA for dfcc2dc
1 file changed
.azure-pipelines/ci-build.yml
@@ -111,6 +111,7 @@ extends:
111
$testExecutables = @($testExecutableCandidates | Where-Object {
112
# Match the app produced by its own project output: test\<ProjectName>\bin\<Configuration>\<TFM>\<ProjectName>.exe.
113
$_.Directory.Parent.Name -eq "$(BuildConfiguration)" -and
114
+ $_.Directory.Parent.Parent.Name -eq "bin" -and
115
$_.BaseName -eq $_.Directory.Parent.Parent.Parent.Name -and
116
# xUnit v3 MTP test apps copy the runner assembly next to the generated executable.
117
@(Get-ChildItem -Path $_.DirectoryName -Filter "xunit.v3.mtp*.dll").Count -gt 0
0 commit comments