File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ stages:
3535 buildConfiguration : ' Release'
3636 backendProjectPath : ' $(System.DefaultWorkingDirectory)/src/authorization/EventTriangleAPI.Authorization.Presentation'
3737 unitTestsProjectPath : ' $(System.DefaultWorkingDirectory)/src/authorization/EventTriangleAPI.Authorization.UnitTests/EventTriangleAPI.Authorization.UnitTests.csproj'
38- shouldRunUnitTests : ' true'
39- shouldRunIntegrationTests : ' true'
38+ shouldRunUnitTests : true
39+ shouldRunIntegrationTests : true
4040 integrationTestsProjectPath : ' $(System.DefaultWorkingDirectory)/src/authorization/EventTriangleAPI.Authorization.IntegrationTests/EventTriangleAPI.Authorization.IntegrationTests.csproj'
4141 dockerRegistryUrl : ' docker.io/kaminome'
4242 dockerBuildParameterUrl : ' https://auth-eventtriangle.razumovsky.me/'
@@ -45,7 +45,7 @@ stages:
4545 dockerServiceConnection : ' Docker_Hub_Connection'
4646 acrRegistryUrl : ' acrsharedd01.azurecr.io'
4747 acrServiceConnection : ' Azure_ACR_Connection'
48- sonarCloudEnabled : ' true'
48+ sonarCloudEnabled : true
4949 workingDirectoryForDocker : ' $(System.DefaultWorkingDirectory)/src'
5050
5151# - stage: 'AKS_Helm_Deploy_${{ variables.appName }}'
Original file line number Diff line number Diff line change @@ -39,16 +39,16 @@ stages:
3939 buildConfiguration : ' Release'
4040 backendProjectPath : ' $(System.DefaultWorkingDirectory)/src/consumer/EventTriangleAPI.Consumer.Presentation'
4141 unitTestsProjectPath : ' $(System.DefaultWorkingDirectory)/src/consumer/EventTriangleAPI.Consumer.UnitTests/EventTriangleAPI.Consumer.UnitTests.csproj'
42- shouldRunUnitTests : ' true'
43- shouldRunIntegrationTests : ' true'
42+ shouldRunUnitTests : true
43+ shouldRunIntegrationTests : true
4444 integrationTestsProjectPath : ' $(System.DefaultWorkingDirectory)/src/consumer/EventTriangleAPI.Consumer.IntegrationTests/EventTriangleAPI.Consumer.IntegrationTests.csproj'
4545 dockerRegistryUrl : ' docker.io/kaminome'
4646 imageRepository : ' consumer-service'
4747 dockerfilePath : ' $(System.DefaultWorkingDirectory)/src/consumer/Dockerfile'
4848 dockerServiceConnection : ' Docker_Hub_Connection'
4949 acrRegistryUrl : ' acrsharedd01.azurecr.io'
5050 acrServiceConnection : ' Azure_ACR_Connection'
51- sonarCloudEnabled : ' true'
51+ sonarCloudEnabled : true
5252 workingDirectoryForDocker : ' $(System.DefaultWorkingDirectory)/src'
5353
5454# - stage: 'AKS_Helm_Deploy_${{ variables.appName }}'
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ stages:
3939 buildConfiguration : ' Release'
4040 backendProjectPath : ' $(System.DefaultWorkingDirectory)/src/sender/EventTriangleAPI.Sender.Presentation'
4141 unitTestsProjectPath : ' $(System.DefaultWorkingDirectory)/src/sender/EventTriangleAPI.Sender.UnitTests/EventTriangleAPI.Sender.UnitTests.csproj'
42- shouldRunIntegrationTests : ' true'
43- shouldRunUnitTests : ' true'
42+ shouldRunIntegrationTests : true
43+ shouldRunUnitTests : true
4444 integrationTestsProjectPath : ' $(System.DefaultWorkingDirectory)/src/sender/EventTriangleAPI.Sender.IntegrationTests/EventTriangleAPI.Sender.IntegrationTests.csproj'
4545 dockerRegistryUrl : ' docker.io/kaminome'
4646 imageRepository : ' sender-service'
4747 dockerfilePath : ' $(System.DefaultWorkingDirectory)/src/sender/Dockerfile'
4848 dockerServiceConnection : ' Docker_Hub_Connection'
4949 acrRegistryUrl : ' acrsharedd01.azurecr.io'
5050 acrServiceConnection : ' Azure_ACR_Connection'
51- sonarCloudEnabled : ' true'
51+ sonarCloudEnabled : true
5252 workingDirectoryForDocker : ' $(System.DefaultWorkingDirectory)/src'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ parameters:
3636
3737 - name : integrationTestsProjectPath
3838 displayName : ' Integration tests project path'
39- type : boolean
39+ type : string
4040
4141 - name : gitVersionVersion
4242 displayName : ' GitVersion version'
You can’t perform that action at this time.
0 commit comments