.net - Missing manifest file in ApplicationFiles folder with msbuild in NANT task -


I have an application that has been deployed by clickon deployment.

I used to automate the published process of NANT .

This build part is:

  & lt; Target name = "build client" dependent = "clean" description = "build" & gt; & Lt; Echo message = "building ..." /> & Lt; Exec program = "$ {msbuildExe}" functional = "." Verbose = "true" & gt; & Lt; Arg value = "$ {projectFile}" /> & Lt; Arg value = "/ target: clear; publish" /> & Lt; Arg value = "/ p: publisherdear = $ {testPublishFolder}" /> & Lt; Arg value = "/ p: applicationware = $ {version}" /> & Lt; Arg value = "/ p: publisher = & amp; quot; $ {publisher name} & quot;" / & Gt; & Lt; Arg value = "/ p: product = & amp; quot; $ {productName} & quot;" / & Gt; & Lt; / Executive & gt; & Lt; Echo message = "created" /> & Lt; / Target & gt;   

While publishing this with Visual Studio (click once), only the file is making Client.application (manifest file) on the root of the file, because ApplicationFiles Creates the same file in the subfolder.

Thank you.

Since no answer ...

   & Lt; Copy file = "source file" tofile = "target file" /> & Lt; Echo Message = "Copyed" /> & Lt; / Target & gt;   

I have copied it.

Comments

Popular posts from this blog

c++ - ERROR: cannot open source file x11\xlib.h -

c - What are pthread cancelation points used for? -

c# - Show a huge number of data in DevExpress GridView -