Helix.Examples icon indicating copy to clipboard operation
Helix.Examples copied to clipboard

error MSB4036: The "VSMSDeploy" task was not found

Open coderhh opened this issue 2 years ago • 2 comments

I am trying to setup helix-basic-tds, got many errror when run docker compose up?

`"C:\build\BasicCompany.sln" (default target) (1) -> "C:\build\src\Foundation\Multisite\tds\master\BasicCompany.Foundation.Multisite.Master.scproj" (default target) (11) -> (_InternalBuildWebDeployPackage target) -> C:\build\packages\HedgehogDevelopment.TDS.6.0.0.16\build\HedgehogDevelopment.TDS.targets(790,5): error MSB4036: The "VSMSDeploy" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin" directory. [C:\build\src\Foundation\Multisite\tds\master\BasicCompany.Foundation.Multisite.Master.scproj]

"C:\build\BasicCompany.sln" (default target) (1) -> "C:\build\src\Feature\BasicContent\tds\master\BasicCompany.Feature.BasicContent.Master.scproj" (default target) (12) -> C:\build\packages\HedgehogDevelopment.TDS.6.0.0.16\build\HedgehogDevelopment.TDS.targets(790,5): error MSB4036: The "VSMSDeploy" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin" directory. [C:\build\src\Feature\BasicContent\tds\master\BasicCompany.Feature.BasicContent.Master.scproj]

"C:\build\BasicCompany.sln" (default target) (1) -> "C:\build\src\Feature\BasicContent\tds\core\BasicCompany.Feature.BasicContent.Core.scproj" (default target) (13) -> C:\build\packages\HedgehogDevelopment.TDS.6.0.0.16\build\HedgehogDevelopment.TDS.targets(790,5): error MSB4036: The "VSMSDeploy" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin" directory. [C:\build\src\Feature\BasicContent\tds\core\BasicCompany.Feature.BasicContent.Core.scproj]

"C:\build\BasicCompany.sln" (default target) (1) -> "C:\build\src\Feature\Navigation\tds\master\BasicCompany.Feature.Navigation.Master.scproj" (default target) (14) -> C:\build\packages\HedgehogDevelopment.TDS.6.0.0.16\build\HedgehogDevelopment.TDS.targets(790,5): error MSB4036: The "VSMSDeploy" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin" directory. [C:\build\src\Feature\Navigation\tds\master\BasicCompany.Feature.Navigation.Master.scproj]

"C:\build\BasicCompany.sln" (default target) (1) -> "C:\build\src\Feature\Products\tds\master\BasicCompany.Feature.Products.Master.scproj" (default target) (15) -> C:\build\packages\HedgehogDevelopment.TDS.6.0.0.16\build\HedgehogDevelopment.TDS.targets(790,5): error MSB4036: The "VSMSDeploy" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin" directory. [C:\build\src\Feature\Products\tds\master\BasicCompany.Feature.Products.Master.scproj]

"C:\build\BasicCompany.sln" (default target) (1) -> "C:\build\src\Feature\Services\tds\master\BasicCompany.Feature.Services.Master.scproj" (default target) (16) -> C:\build\packages\HedgehogDevelopment.TDS.6.0.0.16\build\HedgehogDevelopment.TDS.targets(790,5): error MSB4036: The "VSMSDeploy" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin" directory. [C:\build\src\Feature\Services\tds\master\BasicCompany.Feature.Services.Master.scproj]

"C:\build\BasicCompany.sln" (default target) (1) -> "C:\build\src\Feature\Services\tds\core\BasicCompany.Feature.Services.Core.scproj" (default target) (17) -> C:\build\packages\HedgehogDevelopment.TDS.6.0.0.16\build\HedgehogDevelopment.TDS.targets(790,5): error MSB4036: The "VSMSDeploy" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin" directory. [C:\build\src\Feature\Services\tds\core\BasicCompany.Feature.Services.Core.scproj]

"C:\build\BasicCompany.sln" (default target) (1) -> "C:\build\src\Project\BasicCompany\tds\master\BasicCompany.Project.BasicCompany.Master.scproj" (default target) (18) -> C:\build\packages\HedgehogDevelopment.TDS.6.0.0.16\build\HedgehogDevelopment.TDS.targets(790,5): error MSB4036: The "VSMSDeploy" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin" directory. [C:\build\src\Project\BasicCompany\tds\master\BasicCompany.Project.BasicCompany.Master.scproj]

"C:\build\BasicCompany.sln" (default target) (1) -> "C:\build\src\Environment\Website\Website.scproj" (default target) (19) -> C:\build\packages\HedgehogDevelopment.TDS.6.0.0.16\build\HedgehogDevelopment.TDS.targets(790,5): error MSB4036: The "VSMSDeploy" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin" directory. [C:\build\src\Environment\Website\Website.scproj]

19 Warning(s)
9 Error(s)

Time Elapsed 00:00:06.61 The command 'powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; msbuild /p:Configuration=Release' returned a non-zero code: 1 ERROR: Service 'solution' failed to build : Build failed`

coderhh avatar Aug 08 '22 03:08 coderhh

I am running into the same issue. Has anyone figure out the issue?

hoquem1 avatar Sep 28 '23 05:09 hoquem1

We ,the community, will probably have to fix the issues from now on *now when sitecore is "leaving" the helix concept

GoranHalvarsson avatar Sep 28 '23 05:09 GoranHalvarsson