From 42b86d941a2f2255e824edd5b38577bc4537425d Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Wed, 28 Aug 2024 11:13:05 -0400 Subject: [PATCH] Fix bad revert from a previous change. --- tools/devops/automation/scripts/VSTS.psm1 | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/devops/automation/scripts/VSTS.psm1 b/tools/devops/automation/scripts/VSTS.psm1 index 038516b07262..9d65e8415bd4 100644 --- a/tools/devops/automation/scripts/VSTS.psm1 +++ b/tools/devops/automation/scripts/VSTS.psm1 @@ -383,7 +383,6 @@ class BuildConfiguration { } $this.StoreParentBuildVariables($configuration) - } # For each .NET platform we support, add a INCLUDE_DOTNET_ variable specifying whether that platform is enabled or not. $dotnetPlatforms = $configuration.DOTNET_PLATFORMS.Split(' ', [StringSplitOptions]::RemoveEmptyEntries)