msbuild error: Microsoft.AspNetCore.Razor.Design.CodeGeneratio n.targets(69,5):
bkskomal opened this issue · 6 comments
Getting below given error when building using msbuild command line:
ResolveTagHelperRazorGenerateInputs target) ->
C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.razor.de
sign\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Razor.Design.CodeGeneratio
n.targets(69,5): error : The project xyz must provide a value for Configuration. [xyzcs.proj]
Project is building successfully when building from visual studio 2017.
Thanks for contacting us, @bkskomal.
What is the command you run to build?
@ajaybhargavb, can you please look into this? Thanks!
Could you share the project file too?
I am using below given command to build project
MSBuild project.sln /t:rebuild /p:Configuration=Release
I am trying to build the solution file and this solution file contains many projects.