Skip to content

Commit 48b83e4

Browse files
committed
Update azure-pipeline - Crm.ActiveCampaign.yml for Azure Pipelines
1 parent 4b65401 commit 48b83e4

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

azure-pipeline - Crm.ActiveCampaign.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
trigger:
2-
- main-v10
2+
branches:
3+
include:
4+
- main-v16
5+
- v16/dev
6+
paths:
7+
include:
8+
- src/Umbraco.Forms.Integrations.Crm.ActiveCampaign/**
9+
- azure-pipeline - Crm.ActiveCampaign.yml
310

411
pool:
512
vmImage: 'windows-latest'
@@ -13,7 +20,7 @@ variables:
1320
steps:
1421
- task: NuGetToolInstaller@1
1522
displayName: 'Install NuGet'
16-
23+
1724
- task: DotNetCoreCLI@2
1825
displayName: 'NuGet Restore'
1926
inputs:
@@ -22,6 +29,12 @@ steps:
2229
projects: '$(project)'
2330
includeNuGetOrg: true
2431

32+
- task: UseDotNet@2
33+
displayName: 'Use SDK version 9.0.203'
34+
inputs:
35+
packageType: 'sdk'
36+
version: '9.0.203'
37+
2538
- task: VSBuild@1
2639
displayName: 'Build Project'
2740
inputs:
@@ -43,4 +56,4 @@ steps:
4356
inputs:
4457
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
4558
ArtifactName: 'drop'
46-
publishLocation: 'Container'
59+
publishLocation: 'Container'

0 commit comments

Comments
 (0)