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 11trigger :
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
411pool :
512 vmImage : ' windows-latest'
@@ -13,7 +20,7 @@ variables:
1320steps :
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 :
4356 inputs :
4457 PathtoPublish : ' $(Build.ArtifactStagingDirectory)'
4558 ArtifactName : ' drop'
46- publishLocation : ' Container'
59+ publishLocation : ' Container'
You can’t perform that action at this time.
0 commit comments