TFS - deploy a csproj without sln

Hi All,

I’ve a problem on using octopack with TFS on visual studio 2015. I’m trying to deploy a project without a sln file and I’ve this error:

C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets(616,5): warning : The OutputPath property is not set for project ‘MyProject.csproj’. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration=‘Release’ Platform=‘Any CPU’. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn’t exist for this project.

Into the configuration file I’ve specified the output path for my configuration (Release| Any CPU). If I deploy a solution file I not have this error and the deploy is finalized correctly.

Do you have any suggest?

Thanks in advance,
Alessio

I resolved by

Thanks

Hi Alessio - Glad to hear you resolved it. Thanks for taking the time to come back to post your solution :slight_smile: