7 references to Uris
Microsoft.DotNet.Arcade.Sdk (7)
src\DownloadFile.cs (7)
73if (string.IsNullOrWhiteSpace(Uri) && (Uris == null || Uris.Count() == 0)) 75Log.LogError($"Invalid task parameter value: {nameof(Uri)} and {nameof(Uris)} are empty."); 86if (Uris != null) 88foreach (var uriConfig in Uris) 112Log.LogError($"Download from all targets failed. List of attempted targets: {string.Join(", ", Uris.Select(m => m.ItemSpec))}"); 115Log.LogError($"Failed to download file using addresses in {nameof(Uri)} and/or {nameof(Uris)}.");