Implemented interface member:
method
BuildAsync
Aspire.Cli.DotNet.IDotNetCliRunner.BuildAsync(System.IO.FileInfo, System.Boolean, Aspire.Cli.DotNet.ProcessInvocationOptions, System.Threading.CancellationToken)
6 references to BuildAsync
Aspire.Cli.Tests (6)
DotNet\DotNetCliRunnerTests.cs (6)
269
var exitCode = await runner.
BuildAsync
(projectFile, noRestore: false, options, CancellationToken.None).DefaultTimeout();
302
var exitCode = await runner.
BuildAsync
(projectFile, noRestore: false, new ProcessInvocationOptions(), CancellationToken.None).DefaultTimeout();
436
var exitCode = await runner.
BuildAsync
(projectFile, noRestore: false, options, CancellationToken.None).DefaultTimeout();
465
var exitCode = await runner.
BuildAsync
(projectFile, noRestore: true, options, CancellationToken.None).DefaultTimeout();
494
var exitCode = await runner.
BuildAsync
(projectFile, noRestore: false, options, CancellationToken.None).DefaultTimeout();
535
var exitCode = await runner.
BuildAsync
(projectFile, noRestore: false, options, CancellationToken.None).DefaultTimeout();