From 4cbc08065bce80c4e5cce2e89fd530bbe3285683 Mon Sep 17 00:00:00 2001 From: Xiaogang Date: Mon, 21 Dec 2020 10:13:55 +0800 Subject: [PATCH] Revert "Stop when test fails (#13780)" (#13789) This reverts commit 9dae391a765e98cf1a3dd4999ff6346b54795f08. --- .azure-pipelines/util/test-steps.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.azure-pipelines/util/test-steps.yml b/.azure-pipelines/util/test-steps.yml index 7a6cd137d2c5..9c380ffaaf69 100644 --- a/.azure-pipelines/util/test-steps.yml +++ b/.azure-pipelines/util/test-steps.yml @@ -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 = ":" } @@ -55,4 +54,4 @@ steps: - template: publish-artifacts-steps.yml parameters: - artifactName: test-${{ parameters.osName }} + artifactName: test-${{ parameters.osName }} \ No newline at end of file