Skip to content

Commit 32d7c0d

Browse files
fix sonar cloud name
1 parent c353ebf commit 32d7c0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cicd/azure-pipeline-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- template: python/packages/new-azure-pipeline.yml@rd-ai-azure-pipeline-templates
3131
parameters:
3232
PackageName: 'mcp-python-sdk'
33-
SonarCloudProject: 'mcp-python-sdk'
33+
SonarCloudProject: 'OutSystems_mcp-python-sdk'
3434
SonarCloudExclusionList: "tests/**/*,examples/**/*,scripts/*"
3535
SonarCloudCoverageExclusionList: "tests/**/*,examples/**/*,scripts/*"
3636
SkipIntegrationTests: true

cicd/azure-pipeline-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- template: python/packages/new-azure-pipeline-pr.yml@rd-ai-azure-pipeline-templates
3030
parameters:
3131
PackageName: 'mcp-python-sdk'
32-
SonarCloudProject: 'mcp-python-sdk'
32+
SonarCloudProject: 'OutSystems_mcp-python-sdk'
3333
SonarCloudExclusionList: "tests/**/*,examples/**/*,scripts/*"
3434
SonarCloudCoverageExclusionList: "tests/**/*,examples/**/*,scripts/*"
3535
SkipIntegrationTests: true

0 commit comments

Comments
 (0)