Skip to content

Commit

Permalink
Fix CI on Windows (no. 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Jul 15, 2021
1 parent f887553 commit ff5d856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/windows/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ if ($NoUITests -ne $true) {
"$Root\artifacts"

$uiTestProcess = Start-Process -PassThru -NoNewWindow -FilePath "dotnet.exe" `
-ArgumentList "test","$samplesDir","--configuration","$Config",`
-ArgumentList "test","$samplesDir","--configuration","$Config","--no-build",`
"--logger","trx;LogFileName=ui-test-results.trx","--results-directory","$testResultsDir"

Wait-Process -Id "$($uiTestProcess.Id)"
Expand Down

0 comments on commit ff5d856

Please sign in to comment.