We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea8afd commit 3b04d4fCopy full SHA for 3b04d4f
1 file changed
azure-pipelines.yml
@@ -3,10 +3,12 @@
3
# Add steps that publish symbols, save build artifacts, and more:
4
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
5
6
-trigger:
7
- branches:
8
- exclude:
9
- - master
+# Use CI, run the pipeline on each commit to the master branch
+#trigger:
+#- master
+
10
+# Opt out of CI, run the pipeline manually
11
+trigger: none
12
13
jobs:
14
- job: CodeGenBuild
0 commit comments