Skip to content

Commit ed3e66e

Browse files
committed
Update azure-pipeline - Crm.Hubspot.yml for Azure Pipelines
1 parent adb677a commit ed3e66e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipeline - Crm.Hubspot.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)