Skip to content

Commit dabfd95

Browse files
Move to PS7 - 2
1 parent 162db8e commit dabfd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
inputs:
108108
azureSubscription: PSResourceGetACR
109109
azurePowerShellVersion: LatestVersion
110+
pwsh: true
110111
ScriptType: InlineScript
111112
inline: |
112113
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
@@ -133,7 +134,6 @@ jobs:
133134
MAPPED_ADO_PRIVATE_REPO_URL: $(ado_private_repo_url)
134135
displayName: 'Execute functional tests with AzAuth'
135136
condition: eq(${{ parameters.useAzAuth }}, true)
136-
pwsh: true
137137

138138
- ${{ parameters.powershellExecutable }}: |
139139
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'

0 commit comments

Comments
 (0)