Closed grahamehorner closed 4 years ago
Hi, @grahamehorner , if you are build edge module project reference other libary/shared code, you should open module.json file in the Edge Module project, and change the context Path to "../"
Then you should modify you Dockerfile and copy the related lib/project to the container.
Here is an related issue which you can refer: https://github.com/microsoft/vs-azure-iot-edge-docs/issues/10
You can also refer troubleshoot page:
If you have any other questions, feel free to contact us
The Azure IoT Edge Module template fails to build in the module references any library or shared code file, this is due to the docker build not copying the source for the referenced project and/or shared code.