Skip to content

Commit 33beaad

Browse files
Update sonar.yml
1 parent 173303a commit 33beaad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Test
3434
env:
3535
NETCORE5_TEST_PROJECT: >-
36-
Mastercard.Developer.OAuth1Signer.Tests/NetCore2/Mastercard.Developer.OAuth1Signer.Tests.Net5.csproj
36+
Mastercard.Developer.OAuth1Signer.Tests/Net5/Mastercard.Developer.OAuth1Signer.Tests.Net5.csproj
3737
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
3838
SONAR_TOKEN: '${{ secrets.SONAR_TOKEN }}'
3939
run: >
@@ -56,6 +56,6 @@ jobs:
5656
/p:CoverletOutputFormat="opencover"
5757
/p:CoverletOutput="bin/coverage.xml"
5858
59-
dotnet publish $NETCORE2_TEST_PROJECT -c Release
59+
dotnet publish $NETCORE5_TEST_PROJECT -c Release
6060
6161
dotnet sonarscanner end /d:sonar.login="$SONAR_TOKEN"

0 commit comments

Comments
 (0)