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 a47a5f3 commit a04396bCopy full SHA for a04396b
eng/pipelines/common/templates/steps/update-config-file-step.yml
@@ -126,7 +126,7 @@ parameters:
126
127
steps:
128
# All properties should be added here, and this template should be used for any manipulation of the config.json file.
129
-- powershell: |
+- pwsh: |
130
$PSVersionTable
131
$jdata = Get-Content -Raw "config.default.json" | ConvertFrom-Json
132
foreach ($p in $jdata)
@@ -187,7 +187,7 @@ steps:
187
displayName: 'Update config.json'
188
189
- ${{ if eq(parameters.debug, true) }}:
190
- - powershell: |
+ - pwsh: |
191
$jdata = Get-Content -Raw "config.json" | ConvertFrom-Json
192
193
{
0 commit comments