[ https://issues.apache.org/jira/browse/GEODE-9356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17398296#comment-17398296 ]
ASF GitHub Bot commented on GEODE-9356: --------------------------------------- mreddington commented on a change in pull request #839: URL: https://github.com/apache/geode-native/pull/839#discussion_r688096228 ########## 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: We build against 3.1. Choco documentation says this package is 3.1. The bash install script specifies 3.1 explicitly. -- 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: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Create CI pipeline for net-core > ------------------------------- > > Key: GEODE-9356 > URL: https://issues.apache.org/jira/browse/GEODE-9356 > Project: Geode > Issue Type: Task > Components: native client > Reporter: Ernest Burghardt > Priority: Major > Labels: pull-request-available > > This pipeline will be hosted on the Apache publicly available Concourse and > publish to NuGet -- This message was sent by Atlassian Jira (v8.3.4#803005)