Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在我的 VSTS 任务中使用来自 feed 的 npm 包?因为我想在我的构建中使用缓存的包。
如果包在您的 VSTS 提要中,简单的方法是在 npm 任务中选择相应的提要:
install
[package.json folder path]
否则,只需添加 npm 任务(命令:安装;带有 package.json 的工作文件夹:[package.json 文件夹路径]