From 484a032e25baf408a2c8d44163f69cc77f995e1a Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 16 Mar 2021 12:20:58 -0400 Subject: [PATCH] Disable triggering on PR --- Display/deploy/azure-pipelines.yml | 2 ++ Hub/Service/deploy/azure-pipelines.yml | 2 ++ Power/Service/deploy/azure-pipelines.yml | 2 ++ Weather/Models/azure-pipelines.yml | 2 ++ Weather/SerialReader/deploy/azure-pipelines.yml | 2 ++ Weather/Service/deploy/azure-pipelines.yml | 2 ++ 6 files changed, 12 insertions(+) diff --git a/Display/deploy/azure-pipelines.yml b/Display/deploy/azure-pipelines.yml index 4558632..722df4d 100644 --- a/Display/deploy/azure-pipelines.yml +++ b/Display/deploy/azure-pipelines.yml @@ -1,5 +1,7 @@ name: $(Rev:r) +pr: none + trigger: batch: 'true' branches: diff --git a/Hub/Service/deploy/azure-pipelines.yml b/Hub/Service/deploy/azure-pipelines.yml index d0a1940..1acce78 100644 --- a/Hub/Service/deploy/azure-pipelines.yml +++ b/Hub/Service/deploy/azure-pipelines.yml @@ -1,5 +1,7 @@ name: $(Rev:r) +pr: none + trigger: batch: 'true' branches: diff --git a/Power/Service/deploy/azure-pipelines.yml b/Power/Service/deploy/azure-pipelines.yml index 40a1b16..c187c12 100644 --- a/Power/Service/deploy/azure-pipelines.yml +++ b/Power/Service/deploy/azure-pipelines.yml @@ -1,5 +1,7 @@ name: $(Rev:r) +pr: none + trigger: batch: 'true' branches: diff --git a/Weather/Models/azure-pipelines.yml b/Weather/Models/azure-pipelines.yml index 58e4d25..8177dc2 100644 --- a/Weather/Models/azure-pipelines.yml +++ b/Weather/Models/azure-pipelines.yml @@ -1,5 +1,7 @@ name: 1.1.$(Rev:r) +pr: none + trigger: batch: 'true' branches: diff --git a/Weather/SerialReader/deploy/azure-pipelines.yml b/Weather/SerialReader/deploy/azure-pipelines.yml index 0bf9c00..df1bfc3 100644 --- a/Weather/SerialReader/deploy/azure-pipelines.yml +++ b/Weather/SerialReader/deploy/azure-pipelines.yml @@ -1,5 +1,7 @@ name: $(Rev:r) +pr: none + trigger: batch: 'true' branches: diff --git a/Weather/Service/deploy/azure-pipelines.yml b/Weather/Service/deploy/azure-pipelines.yml index 9bd55a5..0969ec4 100644 --- a/Weather/Service/deploy/azure-pipelines.yml +++ b/Weather/Service/deploy/azure-pipelines.yml @@ -1,5 +1,7 @@ name: $(Rev:r) +pr: none + trigger: batch: 'true' branches: