Repository: lucenenet Updated Branches: refs/heads/master 8ec9e5f4e -> 0b6cbd936
Revert "build/build.ps1: added --no-restore option to dotnet test command" This reverts commit 8ec9e5f4ea344d4f07f85fb907e1ffc7f93f8cc1. Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/0b6cbd93 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/0b6cbd93 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/0b6cbd93 Branch: refs/heads/master Commit: 0b6cbd93660d51edb5eb0f3a9e191d029ceb213e Parents: 8ec9e5f Author: Shad Storhaug <[email protected]> Authored: Sat Sep 9 13:11:09 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Sat Sep 9 13:11:09 2017 +0700 ---------------------------------------------------------------------- build/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/0b6cbd93/build/build.ps1 ---------------------------------------------------------------------- diff --git a/build/build.ps1 b/build/build.ps1 index acdf74b..1208363 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -196,7 +196,7 @@ task Test -depends InstallSDK -description "This task runs the tests" { foreach ($testProject in $testProjects) { $testName = $testProject.Directory.Name - $testExpression = "dotnet.exe test '$testProject' --configuration $configuration --framework $framework --no-restore --no-build" + $testExpression = "dotnet.exe test '$testProject' --configuration $configuration --framework $framework --no-build" $testResultDirectory = "$test_results_directory\$framework\$testName" #Ensure-Directory-Exists $testResultDirectory
