1 implementation of ExecuteCommandAsync
NuGet.Commands (1)
VerifyCommand\VerifyCommandRunner.cs (1)
30public async Task<int> ExecuteCommandAsync(VerifyArgs verifyArgs)
1 reference to ExecuteCommandAsync
NuGet.CommandLine.XPlat (1)
Commands\Signing\VerifyCommand.cs (1)
72var verifyTask = runner.ExecuteCommandAsync(args);