What happened to the default setting for publish location?

Studio 2024.10.8

I just switched to a new laptop and now all my automations are defaulting to “Orchestrator Personal Workspace Feed” when I publish.

When I go to Settings/Design I don’t see the option to change the default.

Option 1: Change Feed at Publish Time
Each time you publish:

Click Publish (top-right corner)

In the dialog → Click “Settings” (gear icon) or “Advanced”

Choose Custom Feed or Local Folder

Example: C:\MyPackages

Or a custom Orchestrator feed URL

Click Publish

This will override the workspace feed for that project.

:white_check_mark: Option 2: Update NuGetServerUrl in NuGet.Config
If you want to make your own feed the default for all projects:

Go to:

%AppData%\UiPath\NuGet.Config
Open it in a text editor.

Update the <add key=“DefaultPushSource” … /> entry:

Restart UiPath Studio.

Now every new publish defaults to your chosen feed instead of Orchestrator.

:white_check_mark: Option 3: Disconnect from Orchestrator (if you want local-only publishing)
If you don’t want to use any Orchestrator connection:

Go to Home → Preferences → Orchestrator Settings

Click Disconnect

Restart Studio

After disconnecting, you’ll again see the “Default Publish Feed” option under Settings → Design, and it will default to your local or custom feed.