From 4901ccef1abde4b719f37ba5c7a08aefd2cb5899 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Fri, 12 Jun 2020 17:20:24 -0400 Subject: [PATCH] Disabling old pipeline. --- azure-pipelines.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index baebf6926..b181f23f1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,10 +1,6 @@ -trigger: - - master - - release +trigger: none -pr: - - master - - release +pr: none # Different users have different machine setups, we run the build three times, on ubuntu, osx, and windows strategy: