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