@gbaldeck I was not able to reproduce the described issue. Is it possible that the task or one of its dependencies cleans the build directory?
g
gbaldeck
03/22/2021, 6:07 PM
@alexey.tsvetkov yes it does clean the directory, but even if it was cleaned it should work, correct?
Here's the repo: https://github.com/recursiveg87/Grim-Locations
I have commented out the
dependsOn("clean")
of the
createProductionBundle
task for now.
I will create a bug ticket later this week.
gbaldeck
03/22/2021, 6:11 PM
Now that I'm looking at the task again, it could be because clean and packageMsi are being run in parallel if I havent setup the task correctly