Skip to content

fix yaml 2

fix yaml 2 #3

Workflow file for this run

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 }}'