Skip to content

Commit

Permalink
Revert "Stop when test fails (#13780)" (#13789)
Browse files Browse the repository at this point in the history
This reverts commit 9dae391.
  • Loading branch information
dolauli authored Dec 21, 2020
1 parent 97c36d1 commit 4cbc080
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .azure-pipelines/util/test-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ steps:
condition: and(succeeded(), ne('${{ parameters.testTarget }}', 'Test'))

- pwsh: |
$ErrorActionPreference = 'Stop'
Install-Module -Name Pester -RequiredVersion 4.10.1 -Force
Install-Module -Name Az.Accounts -Scope CurrentUser -Force
if ($IsWindows) { $sp = ";" } else { $sp = ":" }
Expand All @@ -55,4 +54,4 @@ steps:

- template: publish-artifacts-steps.yml
parameters:
artifactName: test-${{ parameters.osName }}
artifactName: test-${{ parameters.osName }}

0 comments on commit 4cbc080

Please sign in to comment.