You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: