8 references to RestoreOnly
Microsoft.DotNet.HotReload.Watch (8)
HotReload\HotReloadDotNetWatcher.cs (8)
1057if (!await BuildAsync(BuildAction.RestoreOnly, targetFramework: null)) 1117if (!await BuildAsync(BuildAction.RestoreOnly, targetFramework, deviceInfo)) 1256action is BuildAction.RestoreOnly ? "restore" : "build", 1262if (action != BuildAction.RestoreOnly && targetFramework != null) 1283else if (action == BuildAction.RestoreOnly) 1311_context.BuildLogger.Log(action == BuildAction.RestoreOnly ? MessageDescriptor.Restoring : MessageDescriptor.Building, path); 1321(BuildAction.RestoreOnly, true) => MessageDescriptor.RestoreSucceeded, 1322(BuildAction.RestoreOnly, false) => MessageDescriptor.RestoreFailed,