diff --git a/.pipelines/templates/build.yaml b/.pipelines/templates/build.yaml index d645947..faad651 100644 --- a/.pipelines/templates/build.yaml +++ b/.pipelines/templates/build.yaml @@ -7,7 +7,7 @@ steps: inputs: pwsh: true filePath: $(System.DefaultWorkingDirectory)\scripts\build-cli.ps1 - arguments: '-Stable $${ parameters.stable }}' + arguments: '-Stable ${{ parameters.stable }}' - task: CopyFiles@2 displayName: Copy Artifacts - Test Results inputs: