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 2017/05/23 21:43:39 UTC

geode-native git commit: GEODE-2741: Adds .NET 3.5 runtime for NUnit tests.

Repository: geode-native
Updated Branches:
  refs/heads/develop 2796a8955 -> d1710133a


GEODE-2741: Adds .NET 3.5 runtime for NUnit tests.


Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/d1710133
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/d1710133
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/d1710133

Branch: refs/heads/develop
Commit: d1710133a12ba674648fd33e7eb04f1f2dce93b7
Parents: 2796a89
Author: Jacob Barrett <jb...@pivotal.io>
Authored: Tue May 23 14:43:10 2017 -0700
Committer: Jacob Barrett <jb...@pivotal.io>
Committed: Tue May 23 14:43:10 2017 -0700

----------------------------------------------------------------------
 packer/build-windows.json | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/d1710133/packer/build-windows.json
----------------------------------------------------------------------
diff --git a/packer/build-windows.json b/packer/build-windows.json
index 4803e27..a35e0f7 100644
--- a/packer/build-windows.json
+++ b/packer/build-windows.json
@@ -48,6 +48,7 @@
         "choco install git.install -confirm",
         "# broken choco install activeperl -confirm",
         "choco install doxygen.install --allowEmptyChecksums -confirm",
+        "choco install dotnet3.5 --confirm",
         "choco install nunit.install --version 2.6.4 -confirm",
         "choco install netfx-4.5.2-devpack --allowEmptyChecksums -confirm",
         "choco install nsis -confirm"