Skip to content

Commit ace8409

Browse files
committed
Build the two solutions independently.
1 parent b3948ef commit ace8409

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,17 @@ jobs:
4848
modifyEnvironment: true
4949

5050
- task: VSBuild@1
51-
displayName: 'Build CodeGen solutions and installer'
51+
displayName: 'Build CodeGen solution and installer'
5252
inputs:
53-
solution: '**/*.sln'
53+
solution: 'CodeGen.sln'
54+
platform: '$(buildPlatform)'
55+
configuration: '$(buildConfiguration)'
56+
vsVersion: 17.0
57+
58+
- task: VSBuild@1
59+
displayName: 'Build CodeGenCore solution'
60+
inputs:
61+
solution: 'DotNetCore/CodeGenCore.sln'
5462
platform: '$(buildPlatform)'
5563
configuration: '$(buildConfiguration)'
5664
vsVersion: 17.0

0 commit comments

Comments
 (0)