Skip to content

Create common infra to build MSBuild tasks specific to a repo #96

@dagood

Description

@dagood

Some repos build MSBuild tasks as part of their product build: Arcade should explicitly support that. There are also cases where we want to add new custom MSBuild tasks to specific repos:

  • We might not understand the task's requirements well enough to put it in Arcade yet, where subsequent changes always (?) have to be backwards compatible.
  • The task might only make sense for that repo.

Making this a common infrastructure means it will be easy to create a new task for any repo, even if that repo hasn't built MSBuild tasks ever before. Then, that task can graduate it to Arcade when it makes sense.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions