【发布时间】:2016-04-06 08:46:45
【问题描述】:
在我们的 bower.json 中,我们有这个依赖:
"ourpackage": "git+https://xxx.visualstudio.com/DefaultCollection/_git/ourpackage#1.2.3"
我正在使用备用凭据,这在我的机器上运行良好。
当我在 Visual Studio Team Services 上运行它时,它会失败,因为它没有我的凭据。我不想将我的个人备用凭据添加到 bower.json 文件中。另一种解决方案是直接将文件添加到我们的项目中,而不使用 bower。
还有其他解决方案吗?
【问题讨论】:
标签: bower build-process credentials azure-devops