From 198822e55d378284aa04c7cd40d982e9ddcc96b6 Mon Sep 17 00:00:00 2001 From: Jan Jones Date: Tue, 26 Aug 2025 08:46:52 +0200 Subject: [PATCH] Update settings hint --- runfo/SettingsData.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/runfo/SettingsData.cs b/runfo/SettingsData.cs index 9229495..67cb416 100644 --- a/runfo/SettingsData.cs +++ b/runfo/SettingsData.cs @@ -81,13 +81,16 @@ internal static async Task ReadFromDiskAsync() internal static readonly string SettingsFilePath = Path.Combine(RuntimeInfoUtil.RunfoDirectory, "settings.txt"); internal static readonly string SettingsContent = @" -; The azdo token can be overriden by using %RUNFO_AZURE_TOKEN% or passing +; The azdo token can be overridden by using %RUNFO_AZURE_TOKEN% or passing ; --azdo-token to the command line ; ; Create new tokens here: https://dev.azure.com/dnceng/_usersSettings/tokens +; Or use pat-generator: +; dotnet tool install --global Microsoft.DncEng.PatGeneratorTool --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json --prerelease +; pat-generator --scopes build code test --organizations dnceng devdiv dnceng-public --expires-in 7 azdo-token= -; The helix token can be overriden by using %RUNFO_HELIX_TOKEN% or passing +; The helix token can be overridden by using %RUNFO_HELIX_TOKEN% or passing ; --helix-token to the command line ; ; Create new tokens here: https://helix.dot.net/Account/Tokens