私有 NuGet Feed 中的 dotnet 自定义模板可发现性

发布于 2025-01-11 01:54:01 字数 597 浏览 0 评论 0原文

我按照本指南创建了一个带有 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 --searchdotnet 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文