Browse Source

added -f parameter for test-all.ps1

pull/4882/head
Erol Arkat 6 years ago
parent
commit
b4906e9484
  1. 4
      build/test-all.ps1

4
build/test-all.ps1

@ -1,4 +1,6 @@
. ".\common.ps1" -f
$full = $args[0]
. ".\common.ps1" $full
# Test all solutions

Loading…
Cancel
Save