Skip to content

Commit 8438530

Browse files
committed
Update pipeline sdk
1 parent d8fe178 commit 8438530

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipeline - Crm.ActiveCampaign.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ steps:
2222
projects: '$(project)'
2323
includeNuGetOrg: true
2424

25+
- task: UseDotNet@2
26+
displayName: 'Use SDK version 9.0.203'
27+
inputs:
28+
packageType: 'sdk'
29+
version: '9.0.203'
30+
2531
- task: VSBuild@1
2632
displayName: 'Build Project'
2733
inputs:

0 commit comments

Comments
 (0)