Repository: lucenenet Updated Branches: refs/heads/master d7595af7a -> c6f930d77
build/build.ps1: Fixed broken reference to InstallSDK Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/c6f930d7 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/c6f930d7 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/c6f930d7 Branch: refs/heads/master Commit: c6f930d77a65589a5beeeb8d786bf16044e46422 Parents: d7595af Author: Shad Storhaug <[email protected]> Authored: Mon Sep 11 09:39:59 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Mon Sep 11 09:39:59 2017 +0700 ---------------------------------------------------------------------- build/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/c6f930d7/build/build.ps1 ---------------------------------------------------------------------- diff --git a/build/build.ps1 b/build/build.ps1 index 799eced..77e6dc5 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -106,7 +106,7 @@ task InstallSDK1IfRequired -description "This task installs the .NET Core 1.x SD } } -task Init -depends InstallSDK2 -description "This task makes sure the build environment is correctly setup" { +task Init -depends InstallSDK -description "This task makes sure the build environment is correctly setup" { #Update TeamCity or MyGet with packageVersion Write-Output "##teamcity[buildNumber '$packageVersion']" Write-Output "##myget[buildNumber '$packageVersion']"
