You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexpected error when running action. Error Message: Failed to install signing tool. If you are using a self-hosted runner please make sure you've followed all the steps described in https://aka.ms/algosettings#runs-on., StackTrace: at Install-SigningTool, C:\Users\vmadmin\actions-runner_v3\_work\_actions\microsoft\AL-Go-Actions\v6.2\Sign\Sign.psm1: line 40 <- at Invoke-SigningTool, C:\Users\vmadmin\actions-runner_v3\_work\_actions\microsoft\AL-Go-Actions\v6.2\Sign\Sign.psm1: line 111 <- at <ScriptBlock>, C:\Users\vmadmin\actions-runner_v3\_work\_actions\microsoft\AL-Go-Actions\v6.2\Sign\Sign.ps1: line 69 <- at <ScriptBlock>, C:\Users\vmadmin\actions-runner_v3\_work\_temp\1a50e636-4be1-417d-9c5b-228ecb3dcbdf.ps1: line 3 <- at <ScriptBlock>, C:\Users\vmadmin\actions-runner_v3\_work\_actions\microsoft\AL-Go-Actions\v6.2\Invoke-AlGoAction.ps1: line 17 <- at <ScriptBlock>, C:\Users\vmadmin\actions-runner_v3\_work\_temp\1a50e636-4be1-417d-9c5b-228ecb3dcbdf.ps1: line 2 <- at <ScriptBlock>, <No file>: line 1
Runner is set as self hosted with setup "gitHubRunner": "self-hosted"
Signing key-vault is setup with Org Variable ALGoOrgSettings.
Expected behavior
Expected to work as well as when is not self-hosted runner setup. I have tested it and everything works as expected and is github runner.
This is when is not self-hosted
Steps to reproduce
Runner is created from this link https://aka.ms/getbuildagent It is created on Azure VM. Github tutorial was followd to create github runner on VM.
CI/CD action was started manually, ALGoOrgSettings and AZURE_CREDINTIAL was created for signing and was successful when is not self-hosted.
Additional context (logs, screenshots, etc.)
The text was updated successfully, but these errors were encountered:
The GetBuildAgent mig not install the right dotnet version - please login to the runner and check that the right dotnet version is present (like mentioned here: #1310)
If that indeed is the case, I will update the GetBuildAgent template.
Thanks, I saw that is says it's not compatible with .NET 7.0. Which is strange since runner is not really that old.
Had also difficult time setting up Key-Vault to work yesterday. Since signing was skipped in new version if Key/Vault is not properly set-up. There was a lot of trials and error.
Even when this is filled
"KeyVaultCertificateUrlSecretName": "CODESIGNCERTIFICATEURL",
"KeyVaultCertificatePasswordSecretName": "CODESIGNCERTIFICATEPASSWORD",
"KeyVaultClientIdSecretName": "KeyVaultClientId",
"KeyVaultName":"signapps",
Signing apps would be skipped if keyVaultCodesignCertificateName is not filled, Does then that make this fields "KeyVaultCertificateUrlSecretName" "KeyVaultCertificatePasswordSecretName" useless? If I already have certificate and password set-up when I did imort .pfx file. Have an option adding password when importing .pfx.
The codesigning mechanism today requires you to use a keyvault for the certificate. If you still have a valid .pfx file you can import this to a keyvault and use new signing.
AL-Go version
6.2
Describe the issue
Signing Action is throwing an error
Unexpected error when running action. Error Message: Failed to install signing tool. If you are using a self-hosted runner please make sure you've followed all the steps described in https://aka.ms/algosettings#runs-on., StackTrace: at Install-SigningTool, C:\Users\vmadmin\actions-runner_v3\_work\_actions\microsoft\AL-Go-Actions\v6.2\Sign\Sign.psm1: line 40 <- at Invoke-SigningTool, C:\Users\vmadmin\actions-runner_v3\_work\_actions\microsoft\AL-Go-Actions\v6.2\Sign\Sign.psm1: line 111 <- at <ScriptBlock>, C:\Users\vmadmin\actions-runner_v3\_work\_actions\microsoft\AL-Go-Actions\v6.2\Sign\Sign.ps1: line 69 <- at <ScriptBlock>, C:\Users\vmadmin\actions-runner_v3\_work\_temp\1a50e636-4be1-417d-9c5b-228ecb3dcbdf.ps1: line 3 <- at <ScriptBlock>, C:\Users\vmadmin\actions-runner_v3\_work\_actions\microsoft\AL-Go-Actions\v6.2\Invoke-AlGoAction.ps1: line 17 <- at <ScriptBlock>, C:\Users\vmadmin\actions-runner_v3\_work\_temp\1a50e636-4be1-417d-9c5b-228ecb3dcbdf.ps1: line 2 <- at <ScriptBlock>, <No file>: line 1
Runner is set as self hosted with setup "gitHubRunner": "self-hosted"
Signing key-vault is setup with Org Variable ALGoOrgSettings.
Expected behavior
Expected to work as well as when is not self-hosted runner setup. I have tested it and everything works as expected and is github runner.
This is when is not self-hosted
Steps to reproduce
Runner is created from this link https://aka.ms/getbuildagent It is created on Azure VM. Github tutorial was followd to create github runner on VM.
CI/CD action was started manually, ALGoOrgSettings and AZURE_CREDINTIAL was created for signing and was successful when is not self-hosted.
Additional context (logs, screenshots, etc.)
The text was updated successfully, but these errors were encountered: