Skip to content

Commit c3b8af0

Browse files
committed
fix pipelines
1 parent b1cc10d commit c3b8af0

4 files changed

Lines changed: 10 additions & 10 deletions

build/auth-azure-pipelines-pr-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}'

build/consumer-azure-pipelines-pr-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}'

build/sender-azure-pipelines-pr-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

build/templates/docker-build-push-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)