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' }