Skip to content

Commit c21339d

Browse files
VpOfEngineeringazfuncgh
andauthored
Adding Dotnet 2.1 for Authenticode step (#3587)
* Adding Dotnet 2.1 for Authenticode step --------- Co-authored-by: azfuncgh <[email protected]>
1 parent b9eb63c commit c21339d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pipelineUtilities.psm1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ function Install-SBOMUtil
5151

5252
$DotnetSDKVersionRequirements = @{
5353

54+
# .NET SDK 2.1 is required by Authenticode
55+
'2.1' = @{
56+
MinimalPatch = '818'
57+
DefaultPatch = '818'
58+
}
5459
# .NET SDK 3.1 is required by the Microsoft.ManifestTool.dll tool
5560
'3.1' = @{
5661
MinimalPatch = '415'

0 commit comments

Comments
 (0)