ortclib/ortclib-sdk

Generating nuget packages is broken for M66

Closed this issue · 3 comments

Using the createNuget.bat script does not result in much more than just copying the template .sln to another folder; the buildWebRTC.bat script only shows the usage because a parameter is missing (due to changes to that script I suppose).

The background is that I'd like to create my own minimal sample to play around with the library without having to fiddle with its build system whenever there are upstream changes.

Anyway, I've fixed this and it seems to build and pack just fine. Should I submit a pull request for this?

Please do submit a PR, we'll review and accept. cc @robin-raymond @vmancic

Appreciate the submission!