Skip to content

Commit c3b02ee

Browse files
committed
adds 2.1 for ADO pipeline
1 parent bf87807 commit c3b02ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pool:
1313

1414
steps:
1515
- task: UseDotNet@2
16-
displayName: 'Install .NET Core SDK'
16+
displayName: 'Install .NET 7 SDK'
1717
inputs:
1818
version: 7.x
1919

@@ -46,6 +46,12 @@ steps:
4646
echo "##vso[task.setvariable variable=NUGET_PUBLISH_FLAG;]true"
4747
fi
4848
49+
steps:
50+
- task: UseDotNet@2
51+
displayName: 'Install .NET 2.1 SDK'
52+
inputs:
53+
version: '2.1.x'
54+
4955
- task: EsrpCodeSigning@1
5056
inputs:
5157
ConnectedServiceName: 'Templates-Azure-IoT-Edge Sign'

0 commit comments

Comments
 (0)