Skip to content

Commit

Permalink
Merge pull request #199 from umbraco/feature/hubspot-v14
Browse files Browse the repository at this point in the history
Feature/hubspot v14
  • Loading branch information
acoumb committed Jul 29, 2024
2 parents 9127138 + 1a26ebf commit 59c27c1
Show file tree
Hide file tree
Showing 107 changed files with 9,015 additions and 1,175 deletions.
29 changes: 1 addition & 28 deletions azure-pipeline - Crm.Hubspot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
trigger:
- main
- main-v14

pool:
vmImage: 'windows-latest'

variables:
projectName: 'Umbraco.Cms.Integrations.Crm.Hubspot'
coreProjectName: 'Umbraco.Cms.Integrations.Crm.Hubspot.Core'
project: 'src/$(projectName)/$(projectName).csproj'
coreProject: 'src/$(coreProjectName)/$(coreProjectName).csproj'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'

Expand All @@ -24,14 +22,6 @@ steps:
projects: '$(project)'
includeNuGetOrg: true

- task: VSBuild@1
displayName: 'Build Core Project'
inputs:
solution: '$(coreProject)'
msbuildArgs: '/p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:PackageLocation="$(build.artifactStagingDirectory)"'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'

- task: VSBuild@1
displayName: 'Build Project'
inputs:
Expand All @@ -48,23 +38,6 @@ steps:
packagesToPack: '$(project)'
versioningScheme: 'off'

- task: DotNetCoreCLI@2
displayName: 'Create Core NuGet Package'
inputs:
command: 'pack'
arguments: '--configuration $(buildConfiguration)'
packagesToPack: '$(coreProject)'
versioningScheme: 'off'

- task: CmdLine@2
displayName: 'Create Umbraco Package'
inputs:
script: |
dotnet tool install --global Umbraco.Tools.Packages
cd src/$(projectName)/
umbpack pack .\package.xml -o $(Build.ArtifactStagingDirectory)
cd ../../
- task: PublishBuildArtifacts@1
displayName: 'Publish Build Artifacts'
inputs:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 59c27c1

Please sign in to comment.