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