Skip to content

Commit 765f8f5

Browse files
committed
fix build
1 parent 68e988b commit 765f8f5

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
@@ -15,7 +15,7 @@ steps:
1515
inputs:
1616
pwsh: true
1717
filePath: $(System.DefaultWorkingDirectory)\scripts\build-cli.ps1
18-
arguments: "-Stable:$${{ parameters.stable }} -SkipNpm -SkipMsix"
18+
arguments: "-Stable:$${{ parameters.stable }} -SkipMsix"
1919
- ${{ if eq(parameters['DoEsrp'], 'true') }}:
2020
- task: EsrpCodeSigning@5
2121
displayName: Code Sign ESRP - CLI

0 commit comments

Comments
 (0)