Skip to content

Commit b77511d

Browse files
committed
Update azure-pipeline - Crm.Dynamics.yml for Azure Pipelines
1 parent 5cc6298 commit b77511d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipeline - Crm.Dynamics.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ steps:
3838
packagesToPack: '$(project)'
3939
versioningScheme: 'off'
4040

41+
- task: UseDotNet@2
42+
displayName: 'Install .NET Core 3.x'
43+
inputs:
44+
packageType: 'sdk'
45+
version: '3.x'
4146
- task: CmdLine@2
4247
displayName: 'Create Umbraco Package'
4348
inputs:

0 commit comments

Comments
 (0)