I am trying to create nuget packages on every builds with Nugetter in VS 2013 and TFS 2013. Everything is fine. I am creating the packages and putting to a fixed location. and getting these packeges with Octopus. On Octopus I have environments and projects. And I can create Releases. But when I wanted to deploy releases to an environment I am getting the below error.
I am stuck! What can I do for this? Any help?
Error Code: ERROR_FILE_IN_USE Error 17:58:30 More Information: The file 'Website.zip' is in use. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_FILE_IN_USE. Error 17:58:30 Error: The process cannot access '[SomePath]\WebSites\test.octopus.com\Debug\Website.zip' because it is being used by another process. Error 17:58:30 at Microsoft.Web.Deployment.NativeMethods.RaiseIOExceptionFromErrorCode(Win32ErrorCode errorCode, String maybeFullPath) Error 17:58:30 at Microsoft.Web.Deployment.FilePathProviderBase.Delete(Boolean whatIf) Error 17:58:30 Error count: 1.