loresoft/msbuildtasks

VssGet Not working in msbuildtasks-1.5.0.235

venkateshmpr opened this issue · 0 comments

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