• @lmaydev
    link
    2
    edit-2
    2 months ago

    You have a list of filters like “src/libs/whatever/*” if there is a change the pipeline runs.

    I wrote a tool that automatically updates these based on recursive project references (c#)

    So if any project referenced by the service (or recursively referenced by dependencies) changes the service is rebuilt.

      • @lmaydev
        link
        12 months ago

        No it relies on the c# project files. It looks for all projectreference tags in the projects file and recursively grabs all of them and turns them into filters.