Skip to content

Commit 63847ba

Browse files
Surayya Huseyn ZadaSurayya Huseyn Zada
authored andcommitted
register task resources for CreateImageIndex
1 parent 16b98ae commit 63847ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using Microsoft.Build.Framework;
5+
using Microsoft.NET.Build.Containers.Resources;
56

67
namespace Microsoft.NET.Build.Containers.Tasks;
78

@@ -85,5 +86,7 @@ public CreateImageIndex()
8586
ImageTags = Array.Empty<string>();
8687
GeneratedArchiveOutputPath = string.Empty;
8788
GeneratedImageIndex = string.Empty;
89+
90+
TaskResources = Resource.Manager;
8891
}
8992
}

0 commit comments

Comments
 (0)