i want file (robots.txt) publish when using build configuration. there way handle in pre-build events?
an other option use $(configurationname) macro within visualstudio build events editor:
if $(configurationname)=="production" copy robots.txt destinationpath
Comments
Post a Comment