File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/shared/Microsoft.AzureRepos Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ private static string GetAccountNameForCredentialQuery(InputArguments input)
389
389
/// <returns>True if Personal Access Tokens should be used, false otherwise.</returns>
390
390
private bool UsePersonalAccessTokens ( )
391
391
{
392
- // Default to using PATs whilst the Azure AT functionality is being tested
392
+ // Default to using PATs
393
393
const bool defaultValue = true ;
394
394
395
395
if ( _context . Settings . TryGetSetting (
@@ -410,7 +410,7 @@ private bool UsePersonalAccessTokens()
410
410
411
411
default :
412
412
_context . Streams . Error . WriteLine (
413
- $ "warning: unknown Azure Repos credential type '{ valueStr } ' - using default option ") ;
413
+ $ "warning: unknown Azure Repos credential type '{ valueStr } ' - using PATs ") ;
414
414
return defaultValue ;
415
415
}
416
416
}
You can’t perform that action at this time.
0 commit comments