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.
在我的 MyGet 帐户中,我使用 Github Hooks 设置了一个自动构建。每次我推送我的 Github 存储库的主分支时,MyGet 上的构建都会执行两次。这让我很困扰,因为我想使用自动标记功能,但是双重构建意味着标记被添加到我的 git 存储库中两次,并且构建计数器增加了两次。
是否有任何我可能错过的设置以某种方式触发 Github 钩子事件两次?
很可能您的 GitHub 存储库中既有 MyGet 服务挂钩,也有手动添加的 HTTP POST 挂钩。