Skip to content

Commit

Permalink
fix: remove invalid feature flags from the end phase
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-x committed Jan 7, 2025
1 parent d8e0699 commit a64692d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sonar-dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ jobs:
dotnet restore $PROJECT_FILE && \
dotnet build $PROJECT_FILE -c Release && \
dotnet /sonar-scanner/SonarScanner.MSBuild.dll end \
/d:sonar.scanner.skipJreProvisioning=true \
/d:sonar.scanner.javaExePath=/usr/bin/java \
/d:sonar.login=$SONAR_TOKEN"
env:
SONAR_IMAGE: harbor.ukserp.ac.uk/github-workflows/sonar-dotnet:pr-3
Expand Down

0 comments on commit a64692d

Please sign in to comment.