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 162db8e commit dabfd95Copy full SHA for dabfd95
.ci/test.yml
@@ -107,6 +107,7 @@ jobs:
107
inputs:
108
azureSubscription: PSResourceGetACR
109
azurePowerShellVersion: LatestVersion
110
+ pwsh: true
111
ScriptType: InlineScript
112
inline: |
113
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
@@ -133,7 +134,6 @@ jobs:
133
134
MAPPED_ADO_PRIVATE_REPO_URL: $(ado_private_repo_url)
135
displayName: 'Execute functional tests with AzAuth'
136
condition: eq(${{ parameters.useAzAuth }}, true)
- pwsh: true
137
138
- ${{ parameters.powershellExecutable }}: |
139
0 commit comments