How to skip specific commits in MyGet build service?

Robert Vandenberg

I would like to use MyGet build service to build my project hosted at GitHub. However, the service is triggered unnecessarily by updating README.md or other documents in the repository. Is there any way to skip these kinds of commits?

Xavier Decoster

Unfortunately, there's no way out-of-the-box to filter commits, as there's no way for a machine to know what you'd like to build and what not (without going through extensive configuration). The GitHub commit webhook will fire either way, no matter what you commit. Any service responding to the webhook will listen for the event, including MyGet.

However, you could build your own triggers as MyGet Build Services supports POST web hooks. You could add your own filtering to your custom trigger, and choose when to fire the webhook, and when not to.

Details about how to create a custom build trigger for MyGet Build Services can be found here: http://docs.myget.org/docs/how-to/auto-trigger-a-myget-build-using-an-http-post-hook-url

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to setup myget credentials on VSTS build?

From Dev

How to setup myget credentials on VSTS build?

From Dev

How to install a MyGet package?

From Dev

How to make XCode bot build at specific time of the day if and only if there have been new commits?

From Dev

How to make XCode bot build at specific time of the day if and only if there have been new commits?

From Dev

How to show commits for a specific date?

From Dev

MyGet - Double build every time with Github Hooks

From Dev

How to skip a specific migration with flyway?

From Dev

How to skip specific element in SimpleXML

From Dev

How to merge specific commits into a protected branch?

From Dev

How to create multiple PRs for specific set of commits

From Dev

How to merge commits from branches in specific order

From Dev

How do I skip a plug for an specific page

From Dev

Python - How to skip a specific JSON element?

From Dev

How to skip a specific testcase in Robot framework?

From Dev

Gmvault: How to skip specific mail during restore

From Dev

How to skip specific Execution Plan Steps?

From Dev

How to trigger one TeamCity build for multiple commits but one merge into a branch

From Dev

How to skip first N commits when converting svn repo to Git using reposurgeon?

From Java

Jenkins - how to build a specific branch

From Dev

How to build a specific kernel module?

From Dev

How do I squash specific commits on a local branch?

From Java

How can I list all commits that changed a specific file?

From Java

How do I view all commits for a specific day?

From Dev

Git how to get changed filenames from specific commits on a branch

From Dev

How can I push specific commit to a remote, without the previous commits?

From Dev

How do I squash specific commits on a local branch?

From Dev

How to speed up my gradle build and skip failing dependency lookups?

From Dev

How to skip a maven build step without modifying the pom itself?

Related Related

  1. 1

    How to setup myget credentials on VSTS build?

  2. 2

    How to setup myget credentials on VSTS build?

  3. 3

    How to install a MyGet package?

  4. 4

    How to make XCode bot build at specific time of the day if and only if there have been new commits?

  5. 5

    How to make XCode bot build at specific time of the day if and only if there have been new commits?

  6. 6

    How to show commits for a specific date?

  7. 7

    MyGet - Double build every time with Github Hooks

  8. 8

    How to skip a specific migration with flyway?

  9. 9

    How to skip specific element in SimpleXML

  10. 10

    How to merge specific commits into a protected branch?

  11. 11

    How to create multiple PRs for specific set of commits

  12. 12

    How to merge commits from branches in specific order

  13. 13

    How do I skip a plug for an specific page

  14. 14

    Python - How to skip a specific JSON element?

  15. 15

    How to skip a specific testcase in Robot framework?

  16. 16

    Gmvault: How to skip specific mail during restore

  17. 17

    How to skip specific Execution Plan Steps?

  18. 18

    How to trigger one TeamCity build for multiple commits but one merge into a branch

  19. 19

    How to skip first N commits when converting svn repo to Git using reposurgeon?

  20. 20

    Jenkins - how to build a specific branch

  21. 21

    How to build a specific kernel module?

  22. 22

    How do I squash specific commits on a local branch?

  23. 23

    How can I list all commits that changed a specific file?

  24. 24

    How do I view all commits for a specific day?

  25. 25

    Git how to get changed filenames from specific commits on a branch

  26. 26

    How can I push specific commit to a remote, without the previous commits?

  27. 27

    How do I squash specific commits on a local branch?

  28. 28

    How to speed up my gradle build and skip failing dependency lookups?

  29. 29

    How to skip a maven build step without modifying the pom itself?

HotTag

Archive