简体   繁体   English

MyGet-每次使用Github Hooks进行双重构建

[英]MyGet - Double build every time with Github Hooks

In my MyGet account, I have setup an automated build using Github Hooks. 在MyGet帐户中,我使用Github Hooks设置了自动构建。 Every time I push on the master branch of my Github repo, the build on MyGet is executed twice. 每当我按下Github存储库的master分支时,MyGet的构建都会执行两次。 This bothers me because I want to use the auto-tag feature but the double build means that the tag is added twice to my git repo, and the build counter is incremented twice. 这让我感到困扰,因为我想使用自动标记功能,但是双重构建意味着将标记两次添加到我的git repo中,并且构建计数器增加两次。

Is there any setting that I might have missed somewhere that somehow fires the Github hook event twice ? 有什么地方我可能会错过某个设置,以某种方式触发两次Github钩子事件吗? 在此处输入图片说明

最有可能的是,您在GitHub存储库上同时拥有MyGet服务挂钩,以及手动添加的HTTP POST挂钩。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM