Skip to content

Commit 5094a41

Browse files
Surayya Huseyn ZadaSurayya Huseyn Zada
authored andcommitted
BaseRegistry shouldn't be required parameter
1 parent d998510 commit 5094a41

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Containers/Microsoft.NET.Build.Containers/Tasks/CreateImageIndex.Interface.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ partial class CreateImageIndex
1111
/// The base registry to pull from.
1212
/// Ex: mcr.microsoft.com
1313
/// </summary>
14-
[Required]
1514
public string BaseRegistry { get; set; }
1615

1716
/// <summary>

src/Containers/Microsoft.NET.Build.Containers/Tasks/CreateNewImage.Interface.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ partial class CreateNewImage
2020
/// The base registry to pull from.
2121
/// Ex: mcr.microsoft.com
2222
/// </summary>
23-
[Required]
2423
public string BaseRegistry { get; set; }
2524

2625
/// <summary>

0 commit comments

Comments
 (0)