diff --git a/src/Fallout.Common/Tools/DotNet/DotNet.json b/src/Fallout.Common/Tools/DotNet/DotNet.json
index 3bee6104d..5364cf5da 100644
--- a/src/Fallout.Common/Tools/DotNet/DotNet.json
+++ b/src/Fallout.Common/Tools/DotNet/DotNet.json
@@ -347,6 +347,12 @@
"type": "DotNetVerbosity",
"format": "--verbosity {value}",
"help": "Sets the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]."
+ },
+ {
+ "name": "ArtifactsPath",
+ "type": "string",
+ "format": "--artifacts-path {value}",
+ "help": "All build output files from the executed command will go in subfolders under the specified path, separated by project. For more information see Artifacts Output Layout. Available since .NET 8 SDK."
}
]
}