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 2fc7d03 commit 747f355Copy full SHA for 747f355
.pipelines/containers/build-variables-template.steps.yaml
@@ -56,7 +56,7 @@ steps:
56
MAKE_EXTRA_BUILD_ARGS: ${{ parameters.image }}-docker-build-args
57
58
- ${{ elseif eq(parameters.targetOs, 'windows') }}:
59
- - pwsh: |
+ - powershell: |
60
$env:VAR_ID = "$env:IMAGE_$env:OS_$env:ARCH"
61
62
$env:BUILD_CONTEXT = (make "$env:MAKE_BUILD_CONTEXT")
0 commit comments