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/04/03 06:21:17 UTC

[geode-native] branch develop updated: GEODE-4988: Install .NET 3.5 for Nunit.

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 7df84b5  GEODE-4988: Install .NET 3.5 for Nunit.
7df84b5 is described below

commit 7df84b5c3b7e9b5d7f6b19cb9e494353a50b43b8
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Mon Apr 2 23:19:57 2018 -0700

    GEODE-4988: Install .NET 3.5 for Nunit.
---
 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 5f4f5ef..ce9cd58 100644
--- a/packer/windows/install-dependencies.ps1
+++ b/packer/windows/install-dependencies.ps1
@@ -3,6 +3,7 @@ choco install cmake.portable -confirm
 choco install git.install -confirm
 choco install activeperl -confirm
 choco install doxygen.install --allowEmptyChecksums -confirm
+choco install dogtail.dotnet3.5sp1
 choco install nunit.install --version 2.6.4 -confirm
 choco install netfx-4.5.2-devpack --allowEmptyChecksums -confirm
 choco install nsis -confirm

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