Skip to content

Commit 49cbecc

Browse files
committed
fix(ci): Use SonarQube Variable [skip ci]
1 parent a859809 commit 49cbecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
with:
2828
dotnet-logging: ${{ inputs.dotnet-logging }}
2929
dotnet-version: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
30-
enableSonarQube: true
30+
enableSonarQube: ${{ vars.NE_DOTNET_SONAR }}
3131
solution: ./Defaults.sln
3232
secrets: inherit

0 commit comments

Comments
 (0)