Hi, I have a step in a simple yaml pipeline to install the Azure Sign Tool.
I installed AzureSignTool using:
- task: DotNetCoreCLI@2
inputs:
command: 'custom'
custom: 'tool'
arguments: 'install azuresigntool --tool-path $($env:EF_BUILD_REPOSITORY_LOCALPATH) -v diag'
displayName: Install AzureSignTool
It installs the SignTool @ /home/vsts/work/1/s But when I use the below step I get the error AzureSignTool: command not found What does this error mean??
- task: CmdLine@2
displayName: 'Sign outputted .exe with global AzureSignTool'
inputs:
script: AzureSignTool sign -du ......................