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 9797acb commit 08011efCopy full SHA for 08011ef
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