Closed webyhwh closed 1 year ago
For each mapping with the version provided in the Map tag there is no template found by the tool.
Looks like the lambda condition in the line below should be changed: from x => x.version.Equals(build) to x => x.version.build.Equals(build)
https://github.com/microsoft/Dual-write-automations/blob/96e537bf6ea6bde14868009dc5e65bf8cf759ec7/DWLibary/Engines/DWMapEngine.cs#LL1921C17-L1921C17
thanks @webyhwh, will be fixed shortly
For each mapping with the version provided in the Map tag there is no template found by the tool.
Looks like the lambda condition in the line below should be changed: from x => x.version.Equals(build) to x => x.version.build.Equals(build)
https://github.com/microsoft/Dual-write-automations/blob/96e537bf6ea6bde14868009dc5e65bf8cf759ec7/DWLibary/Engines/DWMapEngine.cs#LL1921C17-L1921C17