File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
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
3
10
4
11
pool :
5
12
vmImage : ' windows-latest'
@@ -13,7 +20,7 @@ variables:
13
20
steps :
14
21
- task : NuGetToolInstaller@1
15
22
displayName : ' Install NuGet'
16
-
23
+
17
24
- task : DotNetCoreCLI@2
18
25
displayName : ' NuGet Restore'
19
26
inputs :
@@ -22,6 +29,12 @@ steps:
22
29
projects : ' $(project)'
23
30
includeNuGetOrg : true
24
31
32
+ - task : UseDotNet@2
33
+ displayName : ' Use SDK version 9.0.203'
34
+ inputs :
35
+ packageType : ' sdk'
36
+ version : ' 9.0.203'
37
+
25
38
- task : VSBuild@1
26
39
displayName : ' Build Project'
27
40
inputs :
43
56
inputs :
44
57
PathtoPublish : ' $(Build.ArtifactStagingDirectory)'
45
58
ArtifactName : ' drop'
46
- publishLocation : ' Container'
59
+ publishLocation : ' Container'
You can’t perform that action at this time.
0 commit comments