Skip to content

Commit aab46ce

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

azure-pipeline - Crm.Hubspot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ pool:
66

77
variables:
88
projectName: 'Umbraco.Cms.Integrations.Crm.Hubspot'
9+
coreProjectName: 'Umbraco.Cms.Integrations.Crm.Hubspot.Core'
910
project: 'src/$(projectName)/$(projectName).csproj'
11+
coreProject: 'src/$(coreProjectName)/$(coreProjectName).csproj'
1012
buildPlatform: 'Any CPU'
1113
buildConfiguration: 'Release'
1214

@@ -22,6 +24,14 @@ steps:
2224
projects: '$(project)'
2325
includeNuGetOrg: true
2426

27+
- task: VSBuild@1
28+
displayName: 'Build Core Project'
29+
inputs:
30+
solution: '$(coreProject)'
31+
msbuildArgs: '/p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:PackageLocation="$(build.artifactStagingDirectory)"'
32+
platform: '$(buildPlatform)'
33+
configuration: '$(buildConfiguration)'
34+
2535
- task: VSBuild@1
2636
displayName: 'Build Project'
2737
inputs:

0 commit comments

Comments
 (0)