Skip to content

Commit f026e1f

Browse files
authored
Update sonar.yml
1 parent c0bb4d4 commit f026e1f

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
@@ -50,11 +50,11 @@ jobs:
5050
/d:sonar.cs.vstest.reportsPaths="./Mastercard.Developer.ClientEncryption.Tests/bin/tests.trx" \
5151
/d:sonar.cs.opencover.reportsPaths="./Mastercard.Developer.ClientEncryption.Tests/bin/coverage.xml"
5252
53-
dotnet test $NETCORE5_TEST_PROJECT -c Release
53+
dotnet test $NETCORE_TEST_PROJECT -c Release
5454
-l:"trx;LogFileName=tests.trx" -r:"./Mastercard.Developer.ClientEncryption.Tests/bin/" /p:CollectCoverage=true
5555
/p:CoverletOutputFormat="opencover"
5656
/p:CoverletOutput="bin/coverage.xml"
5757
58-
dotnet publish $NETCORE5_TEST_PROJECT -c Release
58+
dotnet publish $NETCORE_TEST_PROJECT -c Release
5959
6060
dotnet sonarscanner end /d:sonar.login="$SONAR_TOKEN"

0 commit comments

Comments
 (0)