Repository: lucenenet Updated Branches: refs/heads/api-work bb1720c16 -> e8176318c
build\build.ps1: writing $frameworks_to_test to output for debugging Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/e8176318 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/e8176318 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/e8176318 Branch: refs/heads/api-work Commit: e8176318c28a7d5f8b5d1e0a1823df912dd4f2f8 Parents: bb1720c Author: Shad Storhaug <[email protected]> Authored: Wed Apr 12 14:09:53 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Wed Apr 12 14:32:25 2017 +0700 ---------------------------------------------------------------------- build/build.ps1 | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e8176318/build/build.ps1 ---------------------------------------------------------------------- diff --git a/build/build.ps1 b/build/build.ps1 index 922ef54..502684b 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -85,6 +85,8 @@ task Test -description "This task runs the tests" { $testProjects = Get-ChildItem -Path "project.json" -Recurse | ? { $_.Directory.Name.Contains(".Tests") } popd + Write-Host "frameworks_to_test: $frameworks_to_test" -ForegroundColor Yellow + $frameworksToTest = $frameworks_to_test -split "\s*?,\s*?" foreach ($framework in $frameworksToTest) {
