Azure / azure-functions-vs-build-sdk

MSBuild task for Azure Functions
MIT License
95 stars 64 forks source link

Why do we need Microsoft.NET.Sdk.Functions.Generator.csproj? #508

Open haiyuzhu opened 3 years ago

haiyuzhu commented 3 years ago

During build, Microsoft.NET.Sdk.Functions.MSBuild.dll will call Microsoft.NET.Sdk.Functions.Generator.dll during build. Why not merge the logic of Microsoft.NET.Sdk.Functions.Generator.dll to Microsoft.NET.Sdk.Functions.MSBuild.dll?