Skip to main content

Build Output Path

The build output directory where generated Fabric artifacts are created. The @@OutputPath token is replaced with the project's output path at build time.

The generated Fabric files (table create notebooks, view definitions, and load notebooks) are written under this folder during the build. In addition to @@OutputPath, the tokens @@CustomerUid, @@CustomerName, @@VersionUid and @@VersionName are also replaced. A blank value falls back to @@OutputPath\Fabric.

When to Change This Setting

Keep the default to write Fabric output under the standard build output folder. Change it to redirect the generated notebooks and table files to another location, for example a folder that is synchronized with a Fabric workspace through git integration.

SettingInteraction
Use Display FolderControls whether the project's Display Folder is included in the generated folder structure
Add Drop NotebooksAdds drop-table deploy notebooks to the generated output

Notes

  • This setting is part of the Microsoft Fabric settings category.
  • The default value for this setting is @@OutputPath\Fabric\.