Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLVS-1726 Rename solution to SonarQube.VisualStudio #5911

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .cirrus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build_task:
SM_CLIENT_CRT: VAULT[development/team/sonarlint/kv/data/codesigning/2023-2025 data.cert]
SM_HOST: VAULT[development/team/sonarlint/kv/data/codesigning/2023-2025 data.host]
SM_KP: key_525594307
SOLUTION_PATH: SonarLint.VisualStudio.Integration.sln
SOLUTION_PATH: SonarQube.VisualStudio.sln
vnaskos-sonar marked this conversation as resolved.
Show resolved Hide resolved
SONAR_TOKEN: VAULT[development/kv/data/sonarcloud data.token]
SONAR_URL: VAULT[development/kv/data/sonarcloud data.url]
SONARSOURCE_SNK_FILE: ${TMP_DIR}\SonarSource.snk
Expand Down Expand Up @@ -90,7 +90,7 @@ build_task:
sbomname="SonarLint.visualstudio.sbom-${PROJECT_VERSION}-2022.json"
gpg --batch --passphrase "$SIGN_PASSPHRASE" --allow-secret-key-import --import <(echo "$SIGN_KEY")
gpg --list-secret-keys
dotnet CycloneDX SonarLint.VisualStudio.Integration.sln -t -j -o binaries
dotnet CycloneDX "${SOLUTION_PATH}" -t -j -o binaries
cd binaries
mv bom.json $sbomname
gpg --pinentry-mode loopback --passphrase "$SIGN_PASSPHRASE" --armor --detach-sig --default-key [email protected] "$sbomname"
Expand Down
2 changes: 1 addition & 1 deletion SonarLint.VsTargetVersion.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

Alternatively, you can explicitly specify the version of VS to target e.g.

msbuild.exe SonarLint.VisualStudio.Integration.sln /p:VsTargetVersion=2022
msbuild.exe SonarQube.VisualStudio.sln /p:VsTargetVersion=2022

The allowed value for VsTargetVersion is 2022.

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/CleanRebuild.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
(for %%a in ("%LOCALAPPDATA%\SLVS_Build_DownloadedJars" "%LOCALAPPDATA%\SLVS_Build_SLOOP" "%LOCALAPPDATA%\SLVS_Build_Dotnet") do rd /s /q "%%~a")

call msbuild.exe %~dp0..\build\DownloadDependencies -t:Rebuild
call msbuild.exe "%~dp0..\SonarLint.VisualStudio.Integration.sln" -t:Rebuild
call msbuild.exe "%~dp0..\SonarQube.VisualStudio.sln" -t:Rebuild
Loading