We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992d3b3 commit e2ec84eCopy full SHA for e2ec84e
src/dotnet-trx/Program.cs
@@ -51,7 +51,7 @@
51
52
static async Task<string[]> CheckUpdates(string[] args)
53
{
54
- if (args.Contains("-u") && !args.Contains("--unattended"))
+ if (args.Contains("-u") || args.Contains("--unattended"))
55
return [];
56
57
var providers = Repository.Provider.GetCoreV3();
0 commit comments