Skip to content

Commit

Permalink
fix: make build pass
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpach committed Jan 4, 2020
1 parent 362f14a commit 08df6d0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ jobs:
name: Test results (editor mode)
path: Tests/editmode-results.xml

- name: Sonarscanner for dotnet
uses: Secbyte/dotnet-sonarscanner@v1.2
with:
buildCommand: dotnet build MirrorNG
projectKey: MirrorNG_MirrorNG
projectName: MirrorNG
sonarOrganisation: mirrorng
beginArguments: /d:sonar.verbose="true"
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Sonarscanner for dotnet
# uses: Secbyte/dotnet-sonarscanner@v1.2
# with:
# buildCommand: dotnet build MirrorNG
# projectKey: MirrorNG_MirrorNG
# projectName: MirrorNG
# sonarOrganisation: mirrorng
# beginArguments: /d:sonar.verbose="true"
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# no need to return license for personal license
# Return License
Expand Down

0 comments on commit 08df6d0

Please sign in to comment.