Skip to content

Commit 8f23131

Browse files
committed
Try to disable trigger on master.
1 parent bcfb681 commit 8f23131

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
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-
#- master
6+
trigger:
7+
exclude:
8+
- master
89

910
jobs:
1011
- job: CodeGenBuild

0 commit comments

Comments
 (0)