We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e988b commit 765f8f5Copy full SHA for 765f8f5
.pipelines/templates/build.yaml
@@ -15,7 +15,7 @@ steps:
15
inputs:
16
pwsh: true
17
filePath: $(System.DefaultWorkingDirectory)\scripts\build-cli.ps1
18
- arguments: "-Stable:$${{ parameters.stable }} -SkipNpm -SkipMsix"
+ arguments: "-Stable:$${{ parameters.stable }} -SkipMsix"
19
- ${{ if eq(parameters['DoEsrp'], 'true') }}:
20
- task: EsrpCodeSigning@5
21
displayName: Code Sign ESRP - CLI
0 commit comments