asp.net - Visual Studio - One click publish files outside of the website root -


i'm trying publish files unrelated solution part of one-click publish job.

this relatively standard, similar outlined here , here too.

however, files need reside 1 folder above actual root of website.

if try specify relative path outside of website directory, such <destinationrelativepath>..\data\%(recursivedir)%(filename)%(extension)</destinationrelativepath> results in publish skipping item, since claims date (in reality there isn't there can't date).

i've had quick , can't find way specify absolute path, possible, or there better approach take here?

as part of properties of file want copy can set "copy always" resolve issue if date issue.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -