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