JetBrains Fleet 1.48 Help

Build .NET projects

JetBrains Fleet builds .NET projects using MSBuild. It will detect and use the most recent MSBuild version installed on your machine, but you can choose any other MSBuild version.

Configure MSBuild version

  1. Press ⌘ , to open settings.

    Alternatively, to open settings, you can use the main menu:

    • Windows and Linux: click the Menu icon and navigate to File | Settings | Settings.

      workspace settings
    • macOS: from the main menu, click Fleet | Settings.

      workspace settings
  2. Click the tab with the name of your solution.

  3. Navigate to Tools | .NET.

  4. Make sure the correct MSBuild version is selected.

    MSBuild version is configurable in JetBrains Fleet settings

Build projects

  1. Select View | Tools | Solution from the menu to open the Solution tool.

  2. To build only some projects, select them in the Solution tree, right-click the selection, and choose Build Project.

  3. If you right-click the solution node, you can choose one of the following build actions:

    • Build Solution to build all projects in the solution.

    • Clean Solution to recursively remove all build artifacts from the solution directory.

    • Rebuild Solution to remove all build artifacts and then build all projects in the solution.

06 May 2025