-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Closed
Copy link
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Description
Hi,
I build from the source , main branch on win11. I execute restore.cmd got an error:
aspnetcore\eng\tools\GenerateFiles\GenerateFiles.csproj(37,5): error MSB4036: The "GenerateFileFromTemplate" 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 <Usin
gTask> in the project file, or in the *.tasks files located in the "C:\Users\chiwenjun\Documents\Sources\github\aspnetcore\.dotnet\sdk\8.0.100-preview.5.23275.15" directory.
How can I solve this problem, thanks!
Metadata
Metadata
Assignees
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework