We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 441eb71 + 968d2ab commit 2266d70Copy full SHA for 2266d70
.pipelines/templates/build.yaml
@@ -7,7 +7,7 @@ steps:
7
inputs:
8
pwsh: true
9
filePath: $(System.DefaultWorkingDirectory)\scripts\build-cli.ps1
10
- arguments: '-Stable $(stable)'
+ arguments: '-Stable $${ parameters.stable }}'
11
- task: CopyFiles@2
12
displayName: Copy Artifacts - Test Results
13
0 commit comments