Skip to content

Commit 80ea2b4

Browse files
committed
Fix pipeline.
1 parent 2266d70 commit 80ea2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/templates/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
inputs:
88
pwsh: true
99
filePath: $(System.DefaultWorkingDirectory)\scripts\build-cli.ps1
10-
arguments: '-Stable $${ parameters.stable }}'
10+
arguments: '-Stable $${{ parameters.stable }}'
1111
- task: CopyFiles@2
1212
displayName: Copy Artifacts - Test Results
1313
inputs:

0 commit comments

Comments
 (0)