Hi,
our two ASP.NET Core projects won't build at our grid node. Locally all is fine but at our build server we get the following error:
NCrunch: This project was built on server '...'
..\..\..\..\..\..\..\Program Files (x86)\Microsoft SDKs\TypeScript\3.5\build\Microsoft.TypeScript.targets (219, 5): The "CheckFileSystemCaseSensitive" task failed unexpectedly.
System.IO.FileNotFoundException: Die Datei oder Assembly "System.IO.FileSystem, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
Dateiname: "System.IO.FileSystem, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
bei TypeScript.Tasks.CheckFileSystemCaseSensitive.Execute()
bei Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
bei Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()
We don't use any TypeScript in the projects, so the error occurs from ASP.NET. If we change in csproj the used SDK from Microsoft.NET.Sdk.Web to Microsoft.NET.Sdk all is fine. Does anybody have another solution?
Regards,
Michael