We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c36d1 commit 4cbc080Copy full SHA for 4cbc080
.azure-pipelines/util/test-steps.yml
@@ -38,7 +38,6 @@ steps:
38
condition: and(succeeded(), ne('${{ parameters.testTarget }}', 'Test'))
39
40
- pwsh: |
41
- $ErrorActionPreference = 'Stop'
42
Install-Module -Name Pester -RequiredVersion 4.10.1 -Force
43
Install-Module -Name Az.Accounts -Scope CurrentUser -Force
44
if ($IsWindows) { $sp = ";" } else { $sp = ":" }
@@ -55,4 +54,4 @@ steps:
55
54
56
- template: publish-artifacts-steps.yml
57
parameters:
58
- artifactName: test-${{ parameters.osName }}
+ artifactName: test-${{ parameters.osName }}
0 commit comments