Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c4d5bda9f8 | |||
| 44177eaac8 | |||
| 71045d4424 | |||
| 60ba2f3e90 | |||
| 50fa347d1c |
@@ -116,7 +116,6 @@ jobs:
|
||||
cd C:\
|
||||
echo $env:SM_CLIENT_CERT_FILE_B64 > certificate.txt
|
||||
certutil -decode certificate.txt certificate.p12
|
||||
echo $env:SM_OV_PEM_CERT > SpeckleOVCertificate-2024.pem
|
||||
- run: # Syncs certificates from Digicert into local user store
|
||||
name: Sync Certs
|
||||
command: |
|
||||
@@ -126,7 +125,7 @@ jobs:
|
||||
shell: cmd.exe
|
||||
command:
|
||||
| # If no tag, use 0.0.0.1 and don't make any YML (for testing only!)
|
||||
speckle-sharp-ci-tools\InnoSetup\ISCC.exe speckle-sharp-ci-tools\arcgis.iss /Sbyparam=$p /DSIGN_INSTALLER
|
||||
speckle-sharp-ci-tools\InnoSetup\ISCC.exe speckle-sharp-ci-tools\arcgis.iss /Sbyparam=$p /DSIGN_INSTALLER /DCODE_SIGNING_CERT_FINGERPRINT=%SM_CODE_SIGNING_CERT_SHA1_HASH%
|
||||
- when:
|
||||
condition: << parameters.installer >>
|
||||
steps:
|
||||
@@ -188,7 +187,7 @@ workflows: #happens with every PR to main
|
||||
requires:
|
||||
- get-ui
|
||||
- get-ci-tools
|
||||
context: digicert-signing-connectors-test
|
||||
context: digicert-keylocker
|
||||
|
||||
deploy: # build installers and deploy
|
||||
jobs:
|
||||
@@ -212,7 +211,7 @@ workflows: #happens with every PR to main
|
||||
- get-ui
|
||||
- get-ci-tools
|
||||
filters: *deploy_filters
|
||||
context: digicert-signing-connectors-test
|
||||
context: digicert-keylocker
|
||||
- publish-github-release:
|
||||
requires:
|
||||
- build-deploy-connector-win
|
||||
@@ -225,4 +224,4 @@ workflows: #happens with every PR to main
|
||||
requires:
|
||||
- build-deploy-connector-win
|
||||
filters: *deploy_filters
|
||||
context: do-spaces-speckle-releases
|
||||
context: do-spaces-speckle-releases
|
||||
|
||||
Reference in New Issue
Block a user