Browse Source

Debug framework skipping

pull/1061/head
James Jackson-South 6 years ago
parent
commit
fc6ac75b9b
  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