loresoft / msbuildtasks

The MSBuild Community Tasks Project is an open source project for MSBuild tasks.
BSD 2-Clause "Simplified" License
946 stars 272 forks source link

Xmlupdate: Allow for empty XmlFileName #270

Open mvollmer1 opened 6 years ago

mvollmer1 commented 6 years ago

I have an item group that is usually not empty but on occasion might be empty. If it is, I'd like the Xmlupdate to exit gracefully with a good condition when we pass an empty XmlFileName.

Perhaps this can be combined with the ContinueOnError attribute which doesn't seem to be used for this task type.