I have set up swagger for my webapi documentation. I am using Octopus to do the automatic deployment. Though i have specified the XmlDocument path as bin\test.xml in Project-< Properties -> build tab -> Output -> XML Documentation File, octopus deploy is not copying the test.xml inside bin directory on the test server.
I did the changes to the project release using the information from following link
swagger-ui returns 500 after deployment
Can anyone guide me what could be the problem please?
Thanks