I've been working on generating automated builds for use in NuGet packages, and I noticed something in your build script:
|
autoappend: {flag: ON, name: NoAppendExtn} |
This appears to be a bug because it doesn't match the other ones in the file.
|
autoappend: {flag: ON, name: AutoAppendExtn} |
|
autoappend: [ {flag: OFF, name: NoAppendExtn} ] # By default the NFD_PORTAL mode does not append extensions, because it breaks some features of the portal |