Skip to content

Commit

Permalink
update choco.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ieremenko committed Oct 14, 2020
1 parent 174fc99 commit 5932f74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion Build/build-tasks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ Task PackChoco {
Exec {
choco pack `
$nuspec `
-verbosity detailed `
--outputdirectory $binChocoDir `
--version $packageVersion `
-p bin=$bin
Expand Down
4 changes: 4 additions & 0 deletions Sources/SqlDatabase.Package/choco/sqldatabase.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<owners>Max Ieremenko</owners>
<licenseUrl>https://github.com/max-ieremenko/SqlDatabase/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/max-ieremenko/SqlDatabase</projectUrl>
<packageSourceUrl>https://github.com/max-ieremenko/SqlDatabase</packageSourceUrl>
<projectSourceUrl>https://github.com/max-ieremenko/SqlDatabase</projectSourceUrl>
<docsUrl>https://github.com/max-ieremenko/SqlDatabase/blob/master/README.md</docsUrl>
<bugTrackerUrl>https://github.com/max-ieremenko/SqlDatabase/issues</bugTrackerUrl>
<iconUrl>https://github.com/max-ieremenko/SqlDatabase/raw/master/icon-32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Command-line tool and PowerShell module for SQL Server.</summary>
Expand Down

0 comments on commit 5932f74

Please sign in to comment.