Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2017
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. /C C:WindowsMicrosoft.NETFramework64v4.0.30319MSBuild.exe /nologo /v:q /property:configuration=Dev /p:DeployOnBuild=True /p:DeployTarget=MsDeployPublish /p:CreatePackageOnPublish=False /p:MsDeployPublishMethod=WMSvc /p:MsDeployServiceUrl=https://<URL>/MSDeploy.axd /p:DeployIisAppPath=DEV_BackAPI /p:AllowUntrustedCertificate=True /p:Username=SYS_NAMEUSER_PRODirectTest /p:Password=PASSWORD BACKAPI.sln && exit %%ERRORLEVEL%%
  2. C:Program Files (x86)MSBuildMicrosoftVisualStudiov11.0WebMicrosoft.Web.Publishing.targets(4253,5): msdeploy error ERROR_INSUFFICIENT_ACCESS_TO_SITE_FOLDER: Web deployment task failed. (Unable to perform the operation ("Delete Directory") for the specified directory ("4_0_30319"). This can occur if the server administrator has not authorized this operation for the user credentials you are using. [C:Program Files (x86)JenkinsjobsFA BEAPI - DEVworkspacePRO.BACKAPIPRO.BACKAPI.csproj]
  3. C:Program Files (x86)MSBuildMicrosoftVisualStudiov11.0WebMicrosoft.Web.Publishing.targets(4253,5): msdeploy error ERROR_INSUFFICIENT_ACCESS_TO_SITE_FOLDER: Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_INSUFFICIENT_ACCESS_TO_SITE_FOLDER.) [C:Program Files (x86)JenkinsjobsFA BEAPI - DEVworkspacePRO.BACKAPIFalck.BACKAPI.csproj]
  4. Build step 'Build a Visual Studio project or solution using MSBuild' marked build as failure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement