From 81f0675716366cc4c5761e0581736135d22564fb Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Wed, 15 Jan 2020 12:59:14 +1100 Subject: [PATCH] Debug framework skipping --- build.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/build.ps1 b/build.ps1 index e2c62c3d37..94580c0918 100644 --- a/build.ps1 +++ b/build.ps1 @@ -12,6 +12,7 @@ $skipFullFramework = 'false' # If we are trying to build only netcoreapp versions for testings then skip building the full framework targets if ("$targetFramework".StartsWith("netcoreapp")) { + Write-Debug "Skipping Full Framework" $skipFullFramework = 'true' }