Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web deployment task failed. (Unknown ProviderOption:DefiningProjectFullPath. Known ProviderOptions are:skipInvalid.)

I tried to publish a web project from Visual Studio 2013 but kept getting this error using web deploy.

Web deployment task failed. Unknown ProviderOption: DefiningProjectFullPath. Known ProviderOptions are:skipInvalid.

like image 960
Sunil Aher Avatar asked Jul 24 '14 12:07

Sunil Aher


2 Answers

I had the same issue after installing update 4 for Visual Studio 2013.

Solution: Install the Visual Studio update on the build server.

like image 73
Danny Varod Avatar answered Sep 29 '22 01:09

Danny Varod


I had the same error.

I got this error after installing TFS RM Update2. What you need to do is replace the contents of "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Web" on your build server with the contents of that same folder on your development pc.

This worked for me anyways.

like image 32
Talon Avatar answered Sep 29 '22 00:09

Talon