-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix files kept in use in XslTransformation
Following #6863, the created XmlReader is no longer responsible for its underlying stream. This can cause the build process to hold on to the processed file, preventing its removal. This can especially be a problem when the transformation is in fact aimed at the input file itself, where we want to create the transformed file, then move it to the original.
- Loading branch information
1 parent
bbcce1d
commit 5b67e83
Showing
2 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters