-
Notifications
You must be signed in to change notification settings - Fork 65
Choco (Windows) release package #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Otherwise delete. this file. If you are the software author, you can change this | ||
mention you are the author of the software. | ||
|
||
===DELETE ABOVE THIS LINE AND THIS LINE=== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
follow the direction :-)
$ErrorActionPreference = 'Stop'; | ||
|
||
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" | ||
$url = '{{DownloadUrl}}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is DownloadUrl defined? Is url unused because we only support 64bit on Windows?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I believe so. Should we add support for 32bit as well?
|
||
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" | ||
$url = '{{DownloadUrl}}' | ||
$url64 = 'https://download.microsoft.com/download/d/4/4/d4403a51-2ab7-4ea8-b850-d2710c5e1323/sqlcmd_0.8.1-1.msi' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't the script take the sqlcmd version as a parameter?
The chocolatey package manager files, being submitted to choco at:
https://community.chocolatey.org/packages/sqlcmd/0.8.1
This PR won't be merged until we have worked out how to automate this submission in a pipeline