pdxcodemonkey commented on a change in pull request #839:
URL: https://github.com/apache/geode-native/pull/839#discussion_r688047620



##########
File path: packer/build-windows-2016-vs-2017.json
##########
@@ -92,7 +92,8 @@
         "choco install doxygen.install -confirm",
         "choco install openssl -confirm",
         "choco install strawberryperl -confirm",
-        "choco install nuget.commandline -confirm"
+        "choco install nuget.commandline -confirm",
+        "choco install dotnetcore-sdk -confirm"

Review comment:
       This is a great question.  I dunno what version the generic `choco 
install` of the SDK currently gives you (my money's on 3.1, or our stuff 
wouldn't build), but Chocolatey is flaky in general and I would prefer not to 
count on it always giving us the version we wish to use.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to