loresoft / msbuildtasks

The MSBuild Community Tasks Project is an open source project for MSBuild tasks.
BSD 2-Clause "Simplified" License
946 stars 272 forks source link

VssGet Not working in msbuildtasks-1.5.0.235 #262

Open venkateshmpr opened 7 years ago

venkateshmpr commented 7 years ago

Hi Team,

I am new to msbuild and working on some build automation task. For this i need to get the latest code from vss and i used the VssGet from the msbuild. But it throws the following error "error MSB4062: The "MSBuild.Community.Tasks.SourceSafe.VssGet" task could not be loaded from the assembly C:\Program Files\MSBuild\MSBuildC ommunityTasks\MSBuild.Community.Tasks.dll. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft .Build.Framework.ITask."

Below is my code:

Any help highly appreciated.

Thanks and Regards Venkatesan