emit compiler generated files for docs builds

This commit is contained in:
goat 2024-06-29 13:54:29 +02:00
parent 5824c49819
commit df4104d868
2 changed files with 28 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"