We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173303a commit 33beaadCopy full SHA for 33beaad
.github/workflows/sonar.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Test
34
env:
35
NETCORE5_TEST_PROJECT: >-
36
- Mastercard.Developer.OAuth1Signer.Tests/NetCore2/Mastercard.Developer.OAuth1Signer.Tests.Net5.csproj
+ Mastercard.Developer.OAuth1Signer.Tests/Net5/Mastercard.Developer.OAuth1Signer.Tests.Net5.csproj
37
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
38
SONAR_TOKEN: '${{ secrets.SONAR_TOKEN }}'
39
run: >
@@ -56,6 +56,6 @@ jobs:
56
/p:CoverletOutputFormat="opencover"
57
/p:CoverletOutput="bin/coverage.xml"
58
59
- dotnet publish $NETCORE2_TEST_PROJECT -c Release
+ dotnet publish $NETCORE5_TEST_PROJECT -c Release
60
61
dotnet sonarscanner end /d:sonar.login="$SONAR_TOKEN"
0 commit comments