microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
.ado/build.yml
23lines · modecode
| 1 | name: qsharp |
| 2 | |
| 3 | trigger: |
| 4 | - main |
| 5 | |
| 6 | pr: |
| 7 | - main |
| 8 | |
| 9 | schedules: |
| 10 | - cron: "0 9 * * Sat" |
| 11 | displayName: 'Build for Component Governance' |
| 12 | branches: |
| 13 | include: |
| 14 | - main |
| 15 | always: true |
| 16 | |
| 17 | jobs: |
| 18 | - job: "qsharp" |
| 19 | pool: |
| 20 | vmImage: 'ubuntu-latest' |
| 21 | steps: |
| 22 | - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 |
| 23 | displayName: 'Component detection' |
| 24 | |