Skip to content

Commit

Permalink
set default setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft committed Nov 20, 2024
1 parent fd1dc94 commit cb107a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/AppInstallerCLIE2ETests/Helpers/WinGetSettingsHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ public static void InitializeWingetSettings()
{
}
},
{
"configureBehavior",
new Hashtable()
{
}
},
};

// Run winget one time to initialize settings directory
Expand Down

0 comments on commit cb107a2

Please sign in to comment.