From f8db5afebd524d3467ca582fbd3bb4d7828a5c24 Mon Sep 17 00:00:00 2001 From: Phillip Hoff Date: Thu, 9 Jun 2022 14:12:08 -0700 Subject: [PATCH] Disable Dockerfile detection. (#1407) --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f9f0a2ef..4acfe0f3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,8 @@ variables: value: true - name: _BuildConfig value: Release + - name: DisableDockerDetector + value: true # used for post-build phases, internal builds only - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: