We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3948ef commit ace8409Copy full SHA for ace8409
azure-pipelines.yml
@@ -48,9 +48,17 @@ jobs:
48
modifyEnvironment: true
49
50
- task: VSBuild@1
51
- displayName: 'Build CodeGen solutions and installer'
+ displayName: 'Build CodeGen solution and installer'
52
inputs:
53
- solution: '**/*.sln'
+ 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'
62
platform: '$(buildPlatform)'
63
configuration: '$(buildConfiguration)'
64
vsVersion: 17.0
0 commit comments