如何在最新版本的 VSTS 中添加 Nuget 包徽章
How to add a Nuget Package badge in the latest version of VSTS
我一直在尝试向我的代码存储库中的 Readme.md 文件添加包标志,如下所示:
我一直在关注这篇文章:
https://docs.microsoft.com/en-gb/azure/devops/artifacts/vsts-package-badges?view=vsts
我使用的是最新版本的 VSTS,但似乎没有 "Create Badge" 选项,请参见下面的屏幕截图:
我在 VSTS 中使用 url 访问我的包:
https://.visualstudio.com/Platform/_packaging
如何在此版本的 VSTS 中为我的内部 nuget 提要启用程序包标记?
谢谢!
需要启用包徽章设置,见下文:
单击供稿页面(https://[projectname].visualstudio.com/[projectname]/_packaging 页面)上的 "Settings" 齿轮。
我一直在尝试向我的代码存储库中的 Readme.md 文件添加包标志,如下所示:
我一直在关注这篇文章: https://docs.microsoft.com/en-gb/azure/devops/artifacts/vsts-package-badges?view=vsts
我使用的是最新版本的 VSTS,但似乎没有 "Create Badge" 选项,请参见下面的屏幕截图:
我在 VSTS 中使用 url 访问我的包:
https://.visualstudio.com/Platform/_packaging
如何在此版本的 VSTS 中为我的内部 nuget 提要启用程序包标记?
谢谢!
需要启用包徽章设置,见下文:
单击供稿页面(https://[projectname].visualstudio.com/[projectname]/_packaging 页面)上的 "Settings" 齿轮。