Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 37d2b58

Browse files
committed
build: add projectKey and projectVersion to SonarQube/SonarCloud
1 parent 0a84c7e commit 37d2b58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sonar-project.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Define the project key
2+
sonar.projectKey = umbraco_Umbraco.CMS.Backoffice
3+
4+
# Define the project version
5+
sonar.projectVersion = 14.2.0
6+
17
# Define the same root directory for sources and tests
28
sonar.sources = src/
39
sonar.tests = src/

0 commit comments

Comments
 (0)