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