I have a gulp file that has 2 tasks in it 1. deletes *.html files from a directory 2. copies *.html files to a directory
I have Visual Studio 2017's Task Runner Explorer setup so that:
- Before build runs task 1
- After build runs task 2
If I run the tasks from Visual Studio 2017's Task Runner Explorer they work
WhenI do a Visual Studio 2017's Publish, the Task Runner Explorer events are not firing. How can we get them to fire on Publish?