From bd3d5f8f29a63f34ab0b04dfe27d026e10da60b9 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 25 Oct 2020 23:18:48 +0530 Subject: [PATCH] Set the CI variable on Azure Pipelines --- .azure-pipelines/linux.yml | 3 +++ .azure-pipelines/macos.yml | 3 +++ .azure-pipelines/windows.yml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/.azure-pipelines/linux.yml b/.azure-pipelines/linux.yml index 6965a15fc..e55980743 100644 --- a/.azure-pipelines/linux.yml +++ b/.azure-pipelines/linux.yml @@ -1,3 +1,6 @@ +variables: + CI: true + jobs: - template: jobs/test.yml parameters: diff --git a/.azure-pipelines/macos.yml b/.azure-pipelines/macos.yml index 85c2a0246..9ad9edae8 100644 --- a/.azure-pipelines/macos.yml +++ b/.azure-pipelines/macos.yml @@ -1,3 +1,6 @@ +variables: + CI: true + jobs: - template: jobs/test.yml parameters: diff --git a/.azure-pipelines/windows.yml b/.azure-pipelines/windows.yml index 9d1bf5385..f56b8f504 100644 --- a/.azure-pipelines/windows.yml +++ b/.azure-pipelines/windows.yml @@ -1,3 +1,6 @@ +variables: + CI: true + jobs: - template: jobs/test-windows.yml parameters: