AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.4k stars 289 forks source link

Copy task in AggregateUserPlugins.targets fails if no documentation file is generated #745

Closed Barsonax closed 4 years ago

Barsonax commented 4 years ago

Summary

If no documentation file is generated the build will fail because its trying to copy a file that does not exists.

How to reproduce

Create a new duality project and disable generating a documentation file and build the project

Analysis

ilexp commented 4 years ago

Progress

Note that this only fixes the issue for projects that start off fresh, since the editor won't touch existing source folders / solutions. They'll have to be fixed manually.