zcsizmadia commented on PR #1966: URL: https://github.com/apache/avro/pull/1966#issuecomment-1435990819
MSBuild does not use the NuGet cache to find dependencies. This is a limitation msbuild and nuget still has. Yhis means that you need to create a "fat" package and include the dependencies for the custom msbuild. However the dependencies are Avro.dll and everything AVro.dll depends on. The Avro MSBuild task nupkg will include the common LICENSE file from the root of the csharp source tree, which is enough. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
