Skip to content

Commit 3b04d4f

Browse files
author
Steve Ives
committed
Better way to opt out of CI.
1 parent cea8afd commit 3b04d4f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

azure-pipelines.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
# Add steps that publish symbols, save build artifacts, and more:
44
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
55

6-
trigger:
7-
branches:
8-
exclude:
9-
- master
6+
# Use CI, run the pipeline on each commit to the master branch
7+
#trigger:
8+
#- master
9+
10+
# Opt out of CI, run the pipeline manually
11+
trigger: none
1012

1113
jobs:
1214
- job: CodeGenBuild

0 commit comments

Comments
 (0)