This commit is contained in:
@@ -49,7 +49,15 @@ jobs:
|
||||
/d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" \
|
||||
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
|
||||
/d:sonar.exclusions="**/bin/**,**/obj/**"
|
||||
|
||||
|
||||
- name: Token Fingerprint
|
||||
env:
|
||||
TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
run: |
|
||||
echo "Length: ${#TOKEN}"
|
||||
echo -n "$TOKEN" | sha256sum
|
||||
echo -n "$TOKEN" | xxd | tail -3
|
||||
|
||||
- name: Build
|
||||
run: dotnet build Strata.SqlTools.QueryBreakdown.sln --configuration Release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user