Skip to content

Commit

Permalink
Rename solution to match with the new project name
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaskos-sonar committed Dec 20, 2024
1 parent cd6e1ff commit 0b3c9c6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
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
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.
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 ("%~dp0..\src\Integration.Vsix\lib" "%LOCALAPPDATA%\SLVS_Build_DownloadedJars" "%LOCALAPPDATA%\SLVS_CFamily_Build" "%LOCALAPPDATA%\SLVS_TypeScript_Build" "%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

0 comments on commit 0b3c9c6

Please sign in to comment.