From 31f31e0559b1cb22bd3bd1e635762d593a649ea1 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sun, 4 Oct 2020 18:18:43 -0600 Subject: [PATCH] Remove cyclical variable --- azure-pipelines/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines/build.yml b/azure-pipelines/build.yml index f822b8e7..4e3002d0 100644 --- a/azure-pipelines/build.yml +++ b/azure-pipelines/build.yml @@ -23,7 +23,6 @@ jobs: pool: vmImage: Ubuntu 18.04 variables: - CosmosDBConnectionString: $(CosmosDBConnectionString) BuildPlatform: Non_Windows steps: - checkout: self @@ -38,7 +37,6 @@ jobs: pool: vmImage: macOS-10.15 variables: - CosmosDBConnectionString: $(CosmosDBConnectionString) BuildPlatform: Non_Windows steps: - checkout: self