| I have set up a job to deploy my .net code to the production server. It runs fine, and it finishes with the success but I never published code to the server. I do see code in the workspace folder on Jenkins c:\jenkinsdata\workspaces\project. CopyFilesToOutputDirectory: Copying file from "D:\Program Files (x86)\Jenkins\workspace\myproject - Staging\myproject.Service\obj\Staging\myproject.Service.exe" to "D:\Program Files (x86)\Jenkins\workspace\myproject - Staging\myproject.Service\bin\Staging\myproject.Service.exe". myproject.Service -> D:\Program Files (x86)\Jenkins\workspace\myproject - Staging\myproject.Service\bin\Staging\myproject.Service.exe Copying file from "D:\Program Files (x86)\Jenkins\workspace\myproject - Staging\myproject.Service\obj\Staging\myproject.Service.pdb" to "D:\Program Files (x86)\Jenkins\workspace\myproject - Staging\myproject.Service\bin\Staging\myproject.Service.pdb". Done Building Project "D:\Program Files (x86)\Jenkins\workspace\myproject - Staging\myproject.Service\myproject.Service.csproj" (Clean;Build target(s)). Build succeeded. |