This commit is contained in:
@@ -42,14 +42,6 @@ jobs:
|
|||||||
curl -s -u "$TOKEN:" "$HOST/api/authentication/validate"
|
curl -s -u "$TOKEN:" "$HOST/api/authentication/validate"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
- name: SonarScanner Begin
|
|
||||||
run: |
|
|
||||||
dotnet sonarscanner begin \
|
|
||||||
/k:"sql-utilities" \
|
|
||||||
/d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" \
|
|
||||||
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
|
|
||||||
/d:sonar.exclusions="**/bin/**,**/obj/**"
|
|
||||||
|
|
||||||
- name: Token Fingerprint
|
- name: Token Fingerprint
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.SONAR_TOKEN }}
|
TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
@@ -58,6 +50,14 @@ jobs:
|
|||||||
echo -n "$TOKEN" | sha256sum
|
echo -n "$TOKEN" | sha256sum
|
||||||
echo -n "$TOKEN" | xxd | tail -3
|
echo -n "$TOKEN" | xxd | tail -3
|
||||||
|
|
||||||
|
- name: SonarScanner Begin
|
||||||
|
run: |
|
||||||
|
dotnet sonarscanner begin \
|
||||||
|
/k:"sql-utilities" \
|
||||||
|
/d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" \
|
||||||
|
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
|
||||||
|
/d:sonar.exclusions="**/bin/**,**/obj/**"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build Strata.SqlTools.QueryBreakdown.sln --configuration Release
|
run: dotnet build Strata.SqlTools.QueryBreakdown.sln --configuration Release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user