3 references to BuildAsync
dotnet-svcutil-lib.Tests (3)
E2ETests.cs (2)
234
ProcessRunner.ProcessResult result = binProj.
BuildAsync
(true, null, CancellationToken.None).Result;
245
ProcessRunner.ProcessResult ret = this_TestCaseProject.
BuildAsync
(true, this_TestCaseLogger, CancellationToken.None).Result;
GlobalToolTests.cs (1)
158
ProcessRunner.ProcessResult ret = await this_TestCaseProject.
BuildAsync
(true, this_TestCaseLogger, CancellationToken.None);