I'm guessing the bin folder is empty, so what you could do is use the MSBuild Extension Pack Folder-RemoveContent task to remove everything from bin, but leave the folder behind . < MSBuild.ExtensionPack.FileSystem.Folder TaskAction = "RemoveContent" Path = " \\DevServer\Services\TickerService\bin " /> Would be better to find out what has the handle, but it's ...



