Update Continuous-Integration.yml for Azure Pipelines #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger OBP Build for ExdiGdbSrv | |
on: | |
push: | |
branches: | |
- main | |
- user/kmacherla/* | |
jobs: | |
start-pipeline: | |
name: Start Azure Pipeline | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger Azure Pipeline | |
uses: Azure/pipelines@v1 | |
with: | |
azure-devops-project-url: 'https://microsoft.visualstudio.com/Debugging%20Experiences/_git/Debugger%20VPacks' | |
azure-pipeline-name: 'Debugger VPacks-Official' # name of the Azure pipeline to be triggered | |
azure-devops-token: '${{ secrets.AZURE_DEV_TOKEN }}' |