私有 NuGet Feed 中的 dotnet 自定义模板可发现性
我按照本指南创建了一个带有 nuget 包的 dotnet 自定义模板: https://learn.microsoft.com/en-us/dotnet/core/tools/custom-templates。
我构建 nuget 包的 csproj 文件正是上面链接中的文件。
推送到我们的私有 NuGet feed (JFrog Artifactory) 后,我可以使用 dotnet new -i MyTemplate --nuget-source MyNuGetFeed 来安装模板,但无法使用 dotnet new 更新它 -- update-apply 命令,并且模板未显示在 dotnet new MyTemplate --search
或 dotnet new --update-check
命令中,我'我尝试过附加--nuget-source
标志,但这似乎也不起作用。
我需要做些什么才能使这些命令与私人提要一起使用吗?
I have created a dotnet custom template with a nuget package following this guide: https://learn.microsoft.com/en-us/dotnet/core/tools/custom-templates.
My csproj file that builds the nuget package is exactly the one in the link above.
After pushing to our private NuGet feed (JFrog Artifactory) I can install the template with dotnet new -i MyTemplate --nuget-source MyNuGetFeed
, but can not update it with the dotnet new --update-apply
command and the template does not show up in the dotnet new MyTemplate --search
or the dotnet new --update-check
commands, I've tried appending the --nuget-source
flag, but that does not seem to work either.
Is there something I need to do for these commands to work with a private feed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论