From ebdd5e3f6965a9892f5a7c2cc209182d4bcef9f1 Mon Sep 17 00:00:00 2001 From: Shannon Date: Tue, 31 Mar 2020 18:13:19 +1100 Subject: [PATCH] env var change --- src/Umbraco.Tests.Integration/Implementations/TestHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Tests.Integration/Implementations/TestHelper.cs b/src/Umbraco.Tests.Integration/Implementations/TestHelper.cs index e473950d7c..3124e77eef 100644 --- a/src/Umbraco.Tests.Integration/Implementations/TestHelper.cs +++ b/src/Umbraco.Tests.Integration/Implementations/TestHelper.cs @@ -58,7 +58,7 @@ namespace Umbraco.Tests.Integration.Implementations // For Azure Devops we can only store a database in certain locations so we will need to detect if we are running // on a build server and if so we'll use the %temp% path. - if (!string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable("System.DefaultWorkingDirectory"))) + if (!string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable("System_DefaultWorkingDirectory"))) { // we are using Azure Devops!