Skip to content

Instantly share code, notes, and snippets.

@agehlot
Created November 9, 2022 14:34
Show Gist options
  • Save agehlot/a32606cd534f91ec45d740268528234a to your computer and use it in GitHub Desktop.
Save agehlot/a32606cd534f91ec45d740268528234a to your computer and use it in GitHub Desktop.
CLI command to execute sonar qube execution
Sitecore Cloud
=============================================================================================
SonarScanner.MSBuild.exe begin /o:"app-one" /k:"sitecore-001" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="9d25b5f7c3efdb14a07da6f580932c94f00403aa"
MsBuild.exe Sitecore-Review.sln /t:Rebuild
SonarScanner.MSBuild.exe end /d:sonar.login="9d25b5f7c3efdb14a07da6f580932c94f00403aa"insert into NotificationQueue(UniqueId, ItemPublishQueueUniqueId, UserId, DealInLikedCategory, IsProcessed, NotificationMessageUniqueId, DateCreated, DateChanged)values(NEWID(), NEWID(), '5bc1ce12-f365-46c2-ba8f-d01ba43e66c1', 1, 0, '8a90352e-1409-4810-80e1-007262f3b7f5', '2008-11-11', '2008-11-11')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment