Browse Source

Debug framework skipping

af/merge-core
James Jackson-South 6 years ago
parent
commit
81f0675716
  1. 1
      build.ps1

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

Loading…
Cancel
Save