pivotal-jbarrett commented on a change in pull request #839:
URL: https://github.com/apache/geode-native/pull/839#discussion_r688051060
##########
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:
Yes, it looks like that `dotnetcore-sdk` pulls the latest LTS. There are
names for other versions but none that follow the 3.1 LTS specifically. I
imagine that will have to come when the next LTS drops since they will overlap
for a bit. I would keep my eyes on that to be safe. Optionally there are
specific names for LTS updates to 3.1 that could be manually updated each time
a new update level is released.
https://community.chocolatey.org/packages?q=dotnetcore-sdk
--
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]