8 references to RestoreOnly
Microsoft.DotNet.HotReload.Watch (8)
HotReload\HotReloadDotNetWatcher.cs (8)
1042
if (!await BuildAsync(BuildAction.
RestoreOnly
, targetFramework: null))
1096
if (!await BuildAsync(BuildAction.
RestoreOnly
, targetFramework, deviceInfo))
1234
action is BuildAction.
RestoreOnly
? "restore" : "build",
1240
if (action != BuildAction.
RestoreOnly
&& targetFramework != null)
1261
else if (action == BuildAction.
RestoreOnly
)
1289
_context.BuildLogger.Log(action == BuildAction.
RestoreOnly
? MessageDescriptor.Restoring : MessageDescriptor.Building, path);
1299
(BuildAction.
RestoreOnly
, true) => MessageDescriptor.RestoreSucceeded,
1300
(BuildAction.
RestoreOnly
, false) => MessageDescriptor.RestoreFailed,