-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SLVS-1726 Rename solution to SonarQube.VisualStudio (#5911)
- Loading branch information
1 parent
381e0d9
commit aba094b
Showing
5 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters