A developer asked the following question:
Do you know how an additional file can be “automatically” added to the Apprenda application archive (ZIP) file? One of my applications includes a report file (i.e. Report.rdlc). I manually add the file to the archive ZIP but want it to be automatically added.
Answer
You can have Visual Studio always copy the file to output and it should be picked up by the Archive Builder.
Comments