From 34089979b5e0d8cba8a02be721060945fbbf8e94 Mon Sep 17 00:00:00 2001 From: Alexandre Zollinger Chohfi Date: Mon, 20 Oct 2025 14:54:02 -0700 Subject: [PATCH] Fix pipeline. --- .pipelines/templates/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: