Skip to content

Commit 19e5f12

Browse files
committed
Update azure-pipeline - Crm.Hubspot.yml for Azure Pipelines
1 parent aab46ce commit 19e5f12

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipeline - Crm.Hubspot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ steps:
4848
packagesToPack: '$(project)'
4949
versioningScheme: 'off'
5050

51+
- task: DotNetCoreCLI@2
52+
displayName: 'Create Core NuGet Package'
53+
inputs:
54+
command: 'pack'
55+
arguments: '--configuration $(buildConfiguration)'
56+
packagesToPack: '$(coreProject)'
57+
versioningScheme: 'off'
58+
5159
- task: CmdLine@2
5260
displayName: 'Create Umbraco Package'
5361
inputs:

0 commit comments

Comments
 (0)