We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55c1cc commit 2f93b47Copy full SHA for 2f93b47
.circleci/scripts/config-template.yml
@@ -240,7 +240,7 @@ jobs: # Each project will have individual jobs for each specific task it has to
240
- run:
241
name: Sync Certs
242
command: |
243
- & $env:SSM\smksp_cert_sync.exe
+ & $env:SSM\smctl.exe windows certsync
244
245
name: Build Installer Signed
246
command: speckle-sharp-ci-tools\InnoSetup\ISCC.exe speckle-sharp-ci-tools\%SLUG%.iss /Sbyparam=$p /DSIGN_INSTALLER /DCODE_SIGNING_CERT_FINGERPRINT=%SM_CODE_SIGNING_CERT_SHA1_HASH%
0 commit comments