Fix condition on message about missing runtime packages
This commit is contained in:
parent
f5466be4a7
commit
0b77c8730c
1 changed files with 3 additions and 1 deletions
|
@ -421,7 +421,9 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
}
|
||||
}
|
||||
|
||||
if (missingRuntime)
|
||||
Console.WriteLine($"Build version {buildVersion} is missing some runtime packages so not pushing this drop.");
|
||||
|
||||
return !missingRuntime;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue