Skip to content

Commit a5cfa4b

Browse files
committed
Merge branch 'main' of https://github.com/aarnott/Library.Template into auto/libtemplateUpdate
2 parents 20abff5 + 656c5ff commit a5cfa4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dotnet-test-cloud.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Get-ChildItem -Recurse -Path $RepoRoot\test\*.trx |% {
6868
$runTitle = $null
6969
if ($x.TestRun.TestDefinitions -and $x.TestRun.TestDefinitions.GetElementsByTagName('UnitTest')) {
7070
$storage = $x.TestRun.TestDefinitions.GetElementsByTagName('UnitTest')[0].storage -replace '\\','/'
71-
if ($storage -match '/(?<tfm>net[^/]+)/(?:(?<rid>[^/]+)/)?(?<lib>[^/]+)\.dll$') {
71+
if ($storage -match '/(?<tfm>net[^/]+)/(?:(?<rid>[^/]+)/)?(?<lib>[^/]+)\.(dll|exe)$') {
7272
if ($matches.rid) {
7373
$runTitle = "$($matches.lib) ($($matches.tfm), $($matches.rid), $Agent)"
7474
} else {

0 commit comments

Comments
 (0)