I have a solution with a web project in it and a cloud project for deploying that web project as a cspkg
file to a cloud service. This all works fine. However, I have a file that i don't want in the web project but I do want deployed with the cspkg
file into the cloud service.
We use VSTS to build and deploy things, and I haven't figured out how to include extra files in the package within this system. I tried a Copy Files step but that doesn't get the file into the package, it does get it into the artifacts though. I tried other things I found online, like the PipelineCollectFilesPhaseDependsOn injection technique, but nothing seems to work.
Is this possible, and if so, how can it be done?