Skip to content

Commit

Permalink
Update windows.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Jul 3, 2024
1 parent 83d4cd6 commit 78502cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/devices/windows.cake
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ Task("Test")
testResultsFile += $"-{testFilter.Replace("|", "_").Replace("TestCategory=", "")}";
}

if (resultsFileName.Contains("!~'.+'"))
if (testResultsFile.Contains("!~'.+'"))
{
resultsFileName = $"\\TestResults-{PACKAGEID.Replace(".", "_")}-notcategorized";
testResultsFile = $"\\TestResults-{PACKAGEID.Replace(".", "_")}-notcategorized";
}

testResultsFile += ".xml";
Expand Down

0 comments on commit 78502cb

Please sign in to comment.