We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b2643 commit 88b570fCopy full SHA for 88b570f
1 file changed
azure-pipelines.yml
@@ -55,13 +55,13 @@ jobs:
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
+ # - task: VSBuild@1
+ # displayName: 'Build CodeGenCore solution'
+ # inputs:
+ # solution: 'DotNetCore/CodeGenCore.sln'
+ # platform: '$(buildPlatform)'
+ # configuration: '$(buildConfiguration)'
+ # vsVersion: 17.0
65
66
- task: VSTest@2
67
displayName: 'Run unit tests'
0 commit comments