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.
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.