Skip to content

Commit 2266d70

Browse files
authored
Merge pull request #35 from microsoft/alzollin/fixPipeline
Fix ado pipeline execution.
2 parents 441eb71 + 968d2ab commit 2266d70

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 $(stable)'
10+
arguments: '-Stable $${ parameters.stable }}'
1111
- task: CopyFiles@2
1212
displayName: Copy Artifacts - Test Results
1313
inputs:

0 commit comments

Comments
 (0)