Browse Source

Merge pull request #16464 from abpframework/auto-merge/rel-7-1/1923

Merge branch rel-7.2 with rel-7.1
pull/16465/head
maliming 3 years ago
committed by GitHub
parent
commit
248c2a4dc2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/ProxyCommandBase.cs

2
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/ProxyCommandBase.cs

@ -79,7 +79,7 @@ public abstract class ProxyCommandBase<T> : IConsoleCommand, ITransientDependenc
? ServiceType.Application
: serviceTypeArg.ToLower() == "integration"
? ServiceType.Integration
: null;
: ServiceType.All;
}
var withoutContracts = commandLineArgs.Options.ContainsKey(Options.WithoutContracts.Short) ||

Loading…
Cancel
Save