Skip to content

Commit

Permalink
Configure CI (no. 111)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed May 7, 2021
1 parent 7bdd0e5 commit b2b1dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/pipelines/ci.yml
Expand Up @@ -201,8 +201,8 @@ jobs:
dotnet test src/DotVVM.Samples.Tests `
--configuration $(BUILD_CONFIGURATION) `
--logger trx `
--results-directory $(Agent.TempDirectory) `
&& icm { Stop-Process -Name chrome; Stop-Process -Name chromedriver }
--results-directory $(Agent.TempDirectory); `
icm { Stop-Process -Name chrome; Stop-Process -Name chromedriver }
continueOnError: true
- task: PublishTestResults@2
inputs:
Expand Down

0 comments on commit b2b1dc8

Please sign in to comment.