Merge pull request #188102 from GGG-KILLER/dotnet-combine-packages-fix
dotnetCorePackages.combinePackages: fix bug introduced in #187118
This commit is contained in:
commit
eb569cf5cc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ packages:
|
|||
# 3. Something else?
|
||||
let cli = builtins.head packages;
|
||||
in
|
||||
assert lib.assertMsg ((builtins.length packages) < 1)
|
||||
assert lib.assertMsg ((builtins.length packages) > 0)
|
||||
''You must include at least one package, e.g
|
||||
`with dotnetCorePackages; combinePackages [
|
||||
sdk_3_1 aspnetcore_5_0
|
||||
|
|
Loading…
Reference in a new issue