I have created an Azure Function (Windows - Consumption Plan). I need to copy a dylib
file into the function apps bin
folder.
I get a message stating The file cannot be copied onto itself.
. How can I solve this ?
C:\home\site\wwwroot>copy libwkhtmltox.dylib /bin/libwkhtmltox.dylib
The file cannot be copied onto itself.
0 file(s) copied.
Note: I have published this app to Azure from VS studio.