-->

aspnet_compiler incremental precompile

2019-07-30 15:34发布

问题:

I have a website project and I want to make aspnet_compiler precompile incrementally (right now it cleans out everything and recompile everything from scratch)

I tried to delete the -f flag, and use fixednames, but then it gave me this error error ASPRUNTIME: The target directory is not empty.

am I suppose to delete the target directory after each instance of precompiling?