作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我创建了一个可以在本地安装的包:
cinst <packageName> -source "C:\Host\<packageName>"
cinst <packageName> -source "http://server/packages/<packageName>"
[ERROR] - install not installed. The package was not found with the source(s) listed.
http://server/packages/<packageName>
GET /packages/<packageName>
301 redirect to http://server:port/packages/<packageName>
http://server:port/packages/<packageName>
200 with <packageName>.nuspec and .nupkg files in the response
GET /packages/<packageName>/$metadata
404 File or directory not found
Information.PlatformVersion='6.1.7601.65536'|
Information.PlatformName='Windows 7'|
Information.ChocolateyVersion='0.9.9.11'|
最佳答案
不幸的是,NuGet(和代理 Chocolatey)不适用于裸 http。它现在需要 OData,但 future Chocolatey 团队计划允许仅使用 http 索引。
以下资源解释了您的软件包托管选项:https://github.com/chocolatey/choco/wiki/How-To-Host-Feed
关于nuget - 如何从 HTTP URI(本地托管在 IIS 上)安装包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36288424/
我是一名优秀的程序员,十分优秀!