Skip to content

Commit b788f4f

Browse files
authored
Merge pull request #94 from rido-min/fix/net7
Fix ADO Pipeline
2 parents bf87807 + 549e066 commit b788f4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

azure-pipelines.yml

Lines changed: 6 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,11 @@ steps:
4646
echo "##vso[task.setvariable variable=NUGET_PUBLISH_FLAG;]true"
4747
fi
4848
49+
- task: UseDotNet@2
50+
displayName: 'Install .NET 2.1 SDK'
51+
inputs:
52+
version: '2.1.x'
53+
4954
- task: EsrpCodeSigning@1
5055
inputs:
5156
ConnectedServiceName: 'Templates-Azure-IoT-Edge Sign'

0 commit comments

Comments
 (0)