Nicolas Barrasson
Nicolas Barrasson
Please update archivetype to zip for compatibility. archiveType: '7z' => archiveType: 'zip' --- #### Détails du document ⚠ *Ne pas modifier cette section. C’est obligatoire pour docs.microsoft.com ➟ Liaison des...
Hi, Another issue with the trigger script. There should be a : before like this #!/bin/sh curl -u : -X POST https://dev.azure.com///_apis/pipelines//runs?api-version=6.0-preview.1 -H "Content-Type: application/json" -d '{"variables":{"CHANGESET":{"isSecret":false,"value":"'$1'"}}}' details here: https://stackoverflow.com/questions/62563443/cannot-access-azure-devops-api-using-pat-in-curl-command-in-bash-script...
Hi, A few issue when setting up tigger: First, command is not p4triggers but p4 triggers (with space) Second, there is wrong " with the command call_ado change-commit //depot/ShooterGame/... “%//depot/triggers/call_ado_pipeline.sh%...