Tagged Questions
0
votes
2answers
823 views
Is there a way to delete an output file in a post-build event
I'm trying to run a post-build batch file on a .NET build that encrypts an output file, deletes the original and then renames the encrypted version to the original output filename. i.e.:
Build A, ...