gaelcolas / Sampler

Module template with build pipeline and examples, including DSC elements.
MIT License
172 stars 42 forks source link

Build Nested Submodule fails on Linux AzDO #247

Closed gaelcolas closed 3 years ago

gaelcolas commented 3 years ago

It fails because when we build the main module we use SourcePath to point to the Source module manifest, but for the nested modules we don't point to the manifest, only its parent fodler (and module builder is ok on Windows or WSL but fails on Linux).

There's some other Path or default path variable to fix somewhere there too.