We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2266d70 commit 80ea2b4Copy full SHA for 80ea2b4
.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 $${ parameters.stable }}'
+ arguments: '-Stable $${{ parameters.stable }}'
11
- task: CopyFiles@2
12
displayName: Copy Artifacts - Test Results
13
0 commit comments