.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 This build part is: While publishing this with Visual Studio (click once), only the file is making Thank you. Since no answer ... I have copied it. NANT .
& 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;
Client.application (manifest file) on the root of the file, because ApplicationFiles Creates the same file in the subfolder.
& Lt; Copy file = "source file" tofile = "target file" /> & Lt; Echo Message = "Copyed" /> & Lt; / Target & gt;
Comments
Post a Comment