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(); 334var exitCode = await runner.BuildAsync(projectFile, noRestore: false, new ProcessInvocationOptions(), CancellationToken.None).DefaultTimeout(); 468var exitCode = await runner.BuildAsync(projectFile, noRestore: false, options, CancellationToken.None).DefaultTimeout(); 497var exitCode = await runner.BuildAsync(projectFile, noRestore: true, options, CancellationToken.None).DefaultTimeout(); 526var exitCode = await runner.BuildAsync(projectFile, noRestore: false, options, CancellationToken.None).DefaultTimeout(); 567var exitCode = await runner.BuildAsync(projectFile, noRestore: false, options, CancellationToken.None).DefaultTimeout();