gimelfarb / ProductionStackTrace

Without deploying PDBs, generate a .NET exception stack trace that can be processed to retrieve source file and line number info
Other
79 stars 8 forks source link

Error running build.cmd deploy #9

Open filippobottega opened 7 years ago

filippobottega commented 7 years ago

Hello, running build.cmd deploy I get some errors. I'm not able to create nuget packages because not all builds are completed before creating nuget packages. I have attached my console output. I'm using msbuild v.14.0. I suppose that something in the order of compilation was wrong.

Best regards, Filippo.

BuildCmdLog.pdf

icnocop commented 6 years ago

Hi Filippo,

I've fixed the build issues in https://github.com/gimelfarb/ProductionStackTrace/pull/13.

I hope it helps you.