5 references to BuildAsync
Microsoft.DotNet.HotReload.Watch (5)
HotReload\HotReloadDotNetWatcher.cs (5)
1030return await BuildAsync(BuildAction.RestoreAndBuild, targetFramework);
1039return await BuildAsync(BuildAction.RestoreAndBuild, targetFramework);
1042if (!await BuildAsync(BuildAction.RestoreOnly, targetFramework: null))
1096if (!await BuildAsync(BuildAction.RestoreOnly, targetFramework, deviceInfo))
1103return await BuildAsync(BuildAction.BuildOnly, targetFramework, selectedDevice != null ? new DeviceInfo(selectedDevice, null, null, null, selectedDeviceRuntimeIdentifier) : null);