Issue when trying to build NuGet packages locally

Hi,

I’m currently making a modification to the EventStore client, to solve GitHub issue 833.

I’d like to be able to build NuGet packages locally. When I run a full build, then run Package-Windows.ps1 followed by package-clientapi.ps1, I get an error message that the merged directory cannot be found.

Can somebody tell me what I’m doing wrong? Or, is there an issue with the build process?

Kind regards

Sean.

You have to run the https://github.com/EventStore/EventStore/blob/release-v3.6.0/scripts/package-windows/merge-assemblies.ps1 first.