You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2018/03/29 22:46:59 UTC

[geode-native] branch develop updated: GEODE-4799: Adding nuget to packer (#255)

This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0f5d027  GEODE-4799: Adding nuget to packer (#255)
0f5d027 is described below

commit 0f5d027fbdcfb48688919ef98e986b6712629554
Author: Michael Martell <mm...@pivotal.io>
AuthorDate: Thu Mar 29 15:46:56 2018 -0700

    GEODE-4799: Adding nuget to packer (#255)
    
    Signed-off-by: Ryan McMahon <rm...@pivotal.io>
---
 packer/windows/install-dependencies.ps1 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packer/windows/install-dependencies.ps1 b/packer/windows/install-dependencies.ps1
index efd2e21..5f4f5ef 100644
--- a/packer/windows/install-dependencies.ps1
+++ b/packer/windows/install-dependencies.ps1
@@ -8,3 +8,4 @@ choco install netfx-4.5.2-devpack --allowEmptyChecksums -confirm
 choco install nsis -confirm
 choco install patch -confirm
 choco install gnuwin32-coreutils.portable -confirm
+choco install nuget.commandline -confirm

-- 
To stop receiving notification emails like this one, please contact
jbarrett@apache.org.