build\build.ps1: temporarily removing command to run tests so the rest of the code can be run on TeamCity
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/82cd2b99 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/82cd2b99 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/82cd2b99 Branch: refs/heads/api-work Commit: 82cd2b990386f6135c0ae8acad108d41521614bf Parents: 7bc0926 Author: Shad Storhaug <[email protected]> Authored: Sun Apr 16 17:37:07 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Sun Apr 16 17:37:07 2017 +0700 ---------------------------------------------------------------------- build/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/82cd2b99/build/build.ps1 ---------------------------------------------------------------------- diff --git a/build/build.ps1 b/build/build.ps1 index 9f4c2ce..08613e5 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -150,7 +150,7 @@ task Test -description "This task runs the tests" { Write-Host $testExpression -ForegroundColor Magenta - Invoke-Expression $testExpression + #Invoke-Expression $testExpression } } }
