pull/4346/head
filip mertens 12 months ago
parent 60d0d0d978
commit a4f719c500
  1. 7
      .circleci/config.yml

@ -143,8 +143,11 @@ jobs:
command: |
cd C:\
curl.exe -X GET https://one.digicert.com/signingmanager/api-ui/v1/releases/smtools-windows-x64.msi/download -H "x-api-key:$env:SM_API_KEY" -o smtools-windows-x64.msi
msiexec.exe /i smtools-windows-x64.msi /quiet /qn | Wait-Process
& 'C:\Program Files\DigiCert\DigiCert One Signing Manager Tools\smksp_cert_sync.exe'
msiexec.exe /i smtools-windows-x64.msi /quiet /qn
- run:
name: "Client-Tool run"
command: |
'C:\Program Files\DigiCert\DigiCert One Signing Manager Tools\smksp_cert_sync.exe'
build-remixdesktop-windows:
executor:

Loading…
Cancel
Save