@@ -8,36 +8,36 @@ parameters:
88 default : ' $(System.DefaultWorkingDirectory)/src'
99 type : string
1010
11- - name : solution
12- displayName : ' Solution file path'
13- type : string
11+ # - name: solution
12+ # displayName: 'Solution file path'
13+ # type: string
1414
15- - name : buildConfiguration
16- displayName : ' Build Configuration'
17- default : ' Release'
18- type : string
15+ # - name: buildConfiguration
16+ # displayName: 'Build Configuration'
17+ # default: 'Release'
18+ # type: string
1919
20- - name : backendProjectPath
21- displayName : ' Backend project path'
22- type : string
20+ # - name: backendProjectPath
21+ # displayName: 'Backend project path'
22+ # type: string
2323
24- - name : unitTestsProjectPath
25- displayName : ' Unit tests project path'
26- default : ' '
27- type : string
24+ # - name: unitTestsProjectPath
25+ # displayName: 'Unit tests project path'
26+ # default: ''
27+ # type: string
2828
29- - name : shouldRunUnitTests
30- displayName : ' Flag should run unit tests'
31- default : true
32- type : boolean
29+ # - name: shouldRunUnitTests
30+ # displayName: 'Flag should run unit tests'
31+ # default: true
32+ # type: boolean
3333
34- - name : shouldRunIntegrationTests
35- displayName : ' Flag should run integration tests'
36- type : boolean
34+ # - name: shouldRunIntegrationTests
35+ # displayName: 'Flag should run integration tests'
36+ # type: boolean
3737
38- - name : integrationTestsProjectPath
39- displayName : ' Integration tests project path'
40- type : string
38+ # - name: integrationTestsProjectPath
39+ # displayName: 'Integration tests project path'
40+ # type: string
4141
4242 - name : gitVersionVersion
4343 displayName : ' GitVersion version'
@@ -81,17 +81,17 @@ parameters:
8181 default : ' https://auth.eventtriangle.razumovsky.me/'
8282 type : string
8383
84- - name : dotnetSdkVersion
85- type : string
86- default : ' 10.x'
84+ # - name: dotnetSdkVersion
85+ # type: string
86+ # default: '10.x'
8787
88- - name : sonarCloudEnabled
89- type : boolean
90- default : false
88+ # - name: sonarCloudEnabled
89+ # type: boolean
90+ # default: false
9191
92- - name : sonarCloudServiceConnection
93- type : string
94- default : SonarCloud_Service_Connection
92+ # - name: sonarCloudServiceConnection
93+ # type: string
94+ # default: SonarCloud_Service_Connection
9595
9696jobs :
9797 - job : ${{ parameters.JobName }}
0 commit comments