5 references to BuildAsync
Microsoft.DotNet.HotReload.Watch (5)
HotReload\HotReloadDotNetWatcher.cs (5)
1045return await BuildAsync(BuildAction.RestoreAndBuild, targetFramework);
1054return await BuildAsync(BuildAction.RestoreAndBuild, targetFramework);
1057if (!await BuildAsync(BuildAction.RestoreOnly, targetFramework: null))
1117if (!await BuildAsync(BuildAction.RestoreOnly, targetFramework, deviceInfo))
1125return await BuildAsync(BuildAction.BuildOnly, targetFramework, selectedDevice != null ? new DeviceInfo(selectedDevice, null, null, null, selectedDeviceRuntimeIdentifier) : null);