2 references to RunAsync
dotnet-svcutil-lib (2)
Shared\MSBuildProj.cs (2)
410
await ProcessRunner.
RunAsync
("dotnet", dotnetNewParams, projectDir, logger, cancellationToken).ConfigureAwait(false);
745
return await ProcessRunner.
RunAsync
("dotnet", buildParams, this.DirectoryPath, logger, cancellationToken).ConfigureAwait(false);