Skip to content

feat: Do not require ImportConfig.xml for a PDPackage project type #58

Description

@honzakostejn

Problem

Currently, the original MS targets for publishing a package expect an ImportConfig.xml being present in the package folder. The SDK however builds the import config based on the PDPackage project's dependencies - project references and package references.

This forces the standard template ImportConfig.xml to be present in the repository, while it's not expected to be manually edited ever.

Proposal

Build the ImportConfig.xml in the intermediate directory and allow this file to be missing so it doesn't pollute the repository.

If the ImportConfig.xml is present, it should be respected as it might force some changes against the auto-calculated import config. I believe that's the current behavior.

Context

Priority: LOW - not causing any issues right now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions