3 references to BuildAsync
dotnet-svcutil-lib (2)
Bootstrapper\SvcutilBootstrapper.cs (1)
201
var buildResult = await this.MSBuildProj.
BuildAsync
(logger, cancellationToken).ConfigureAwait(false);
Shared\MSBuildProj.cs (1)
737
return await
BuildAsync
(logger, cancellationToken).ConfigureAwait(false);
dotnet-svcutil-lib.Tests (1)
ProjectUtils.cs (1)
77
ret = project.
BuildAsync
(logger, token).Result;