Open
Description
Hi, if I would do the case I listed in the title I get a issue where Build specification 'PATH\Components\X\X.csproj' is owned by two modules: 'Y' and 'Z' To resolve the issue, remove ownership for module configuration files at 'PATH\Components\Y' or at 'PATH\Components\Z
Is there any way to get around this error without putting all my other 80 projects into one fileNameEntryPoints array which still builds each project each change.
Any help would be appreciated!
resolvers: [
{
kind: "MsBuild",
root: d`Components/Y`,
moduleName: "Y",
fileNameEntryPoints: [r`Y.csproj`]
},
{
kind: "MsBuild",
root: d`Components/Z`,
moduleName: "Z",
fileNameEntryPoints: [r`Z.csproj`]
}
]
});
Metadata
Metadata
Assignees
Labels
No labels