Ignore bad restore sources (dotnet-watch tests) (#19893)
This commit is contained in:
parent
3b3c714e43
commit
2a1cc04a32
|
|
@ -62,7 +62,7 @@ namespace Microsoft.DotNet.Watcher.Tools.FunctionalTests
|
|||
public Task RestoreAsync(string project)
|
||||
{
|
||||
_logger?.WriteLine($"Restoring msbuild project in {project}");
|
||||
return ExecuteCommandAsync(project, TimeSpan.FromSeconds(120), "restore");
|
||||
return ExecuteCommandAsync(project, TimeSpan.FromSeconds(120), "restore", "--ignore-failed-sources");
|
||||
}
|
||||
|
||||
public Task BuildAsync(string project)
|
||||
|
|
|
|||
Loading…
Reference in New Issue