Repository: lucenenet Updated Branches: refs/heads/master c02a98da4 -> af1f201ef
build/build.ps1: Making Test depend on Restore to ensure it is run on .NET Core. Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/af1f201e Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/af1f201e Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/af1f201e Branch: refs/heads/master Commit: af1f201efd62228d5eee0eb75591d04ade895983 Parents: 496b140 Author: Shad Storhaug <[email protected]> Authored: Sun Sep 10 22:00:31 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Sun Sep 10 22:01:05 2017 +0700 ---------------------------------------------------------------------- build/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/af1f201e/build/build.ps1 ---------------------------------------------------------------------- diff --git a/build/build.ps1 b/build/build.ps1 index 4e9271a..d4dbbab 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -189,7 +189,7 @@ task Pack -depends Compile -description "This task creates the NuGet packages" { } } -task Test -depends InstallSDK -description "This task runs the tests" { +task Test -depends InstallSDK, Restore -description "This task runs the tests" { Write-Host "Running tests..." -ForegroundColor DarkCyan pushd $base_directory
