mikefourie-zz / MSBuildExtensionPack

MIT License
366 stars 104 forks source link

MSBuild.ExtensionPack.FileSystem.File - missing error #103

Open onlykumarabhishek opened 1 year ago

onlykumarabhishek commented 1 year ago

Hi @mikefourie-zz

We have updated the on-premise team city server to the latest version and now while building dotnet code we are getting the below error message.error MSB4062: The "MSBuild.ExtensionPack.FileSystem.File" task could not be loaded from the assembly C:\Program Files\MSBuild\Packages\MSBuild.Extension.Pack.1.9.1\tools\net40\MSBuild.ExtensionPack.dll. Could not load file or assembly 'Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified. Confirm that the <UsingTask> 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.

The current dotnet version on the machine is .NET SDK 6.0.402 & we are using a deploy.build script through dotnet build command.