Reapply "emit compiler generated files for docs builds"

This reverts commit 51e3db55b3.
This commit is contained in:
goat 2024-06-29 15:29:57 +02:00
parent 28052f0ae4
commit dcec7de1ff
2 changed files with 27 additions and 5 deletions

View file

@ -43,6 +43,10 @@
"VSCode"
]
},
"IsDocsBuild": {
"type": "boolean",
"description": "Whether we are building for documentation - emits generated files"
},
"NoLogo": {
"type": "boolean",
"description": "Disables displaying the NUKE logo"