Hi all,
I am writing a script to mimic the behaviour of the Visual Studio publish target for ClickOnce applications. I have got everything working well except for the part where build output executable and config files are renamed to ..deploy (e.g..exe.deploy).
When I manually rename the files (using the ren command), I get warnings when I generate the application manifest - e.g
"lib.dll.deploy has mismatched identity 'lib', expected file name lib.deploy"
Does anyone know of a way to mimic the behaviour when the use ".deploy" file extension
is checked in Visual Studio?