Skip to content

Commit

Permalink
Try sign ps1 and psm1 files
Browse files Browse the repository at this point in the history
Fixes #174021
  • Loading branch information
Tyriar committed Oct 16, 2024
1 parent fd410a5 commit 6c8fa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azure-pipelines/win32/product-build-win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ steps:
echo "##vso[task.setvariable variable=EsrpCliDllPath]$EsrpCliDllPath"
displayName: Find ESRP CLI
- powershell: node build\azure-pipelines\common\sign $env:EsrpCliDllPath sign-windows $(ESRP-PKI) $(esrp-aad-username) $(esrp-aad-password) $(CodeSigningFolderPath) '*.dll,*.exe,*.node'
- powershell: node build\azure-pipelines\common\sign $env:EsrpCliDllPath sign-windows $(ESRP-PKI) $(esrp-aad-username) $(esrp-aad-password) $(CodeSigningFolderPath) '*.dll,*.exe,*.node,*.ps1,*.psm1'
displayName: Codesign executables and shared libraries

- ${{ if eq(parameters.VSCODE_QUALITY, 'insider') }}:
Expand Down

0 comments on commit 6c8fa55

Please sign in to comment.