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)
269var exitCode = await runner.BuildAsync(projectFile, noRestore: false, options, CancellationToken.None).DefaultTimeout(); 302var exitCode = await runner.BuildAsync(projectFile, noRestore: false, new ProcessInvocationOptions(), CancellationToken.None).DefaultTimeout(); 436var exitCode = await runner.BuildAsync(projectFile, noRestore: false, options, CancellationToken.None).DefaultTimeout(); 465var exitCode = await runner.BuildAsync(projectFile, noRestore: true, options, CancellationToken.None).DefaultTimeout(); 494var exitCode = await runner.BuildAsync(projectFile, noRestore: false, options, CancellationToken.None).DefaultTimeout(); 535var exitCode = await runner.BuildAsync(projectFile, noRestore: false, options, CancellationToken.None).DefaultTimeout();