File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
variables :
8
8
projectName : ' Umbraco.Cms.Integrations.Crm.Hubspot'
9
+ coreProjectName : ' Umbraco.Cms.Integrations.Crm.Hubspot.Core'
9
10
project : ' src/$(projectName)/$(projectName).csproj'
11
+ coreProject : ' src/$(coreProjectName)/$(coreProjectName).csproj'
10
12
buildPlatform : ' Any CPU'
11
13
buildConfiguration : ' Release'
12
14
@@ -22,6 +24,14 @@ steps:
22
24
projects : ' $(project)'
23
25
includeNuGetOrg : true
24
26
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
+
25
35
- task : VSBuild@1
26
36
displayName : ' Build Project'
27
37
inputs :
You can’t perform that action at this time.
0 commit comments