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 fac0c15 commit c4f871dCopy full SHA for c4f871d
.travis.yml
@@ -12,7 +12,7 @@ matrix:
12
env:
13
# Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
14
- WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)
15
- - TEST_RESULTS_PATH=./Mastercard.Developer.ClientEncryption.Tests/bin
+ - TEST_RESULTS_PATH=./Mastercard.Developer.ClientEncryption.Tests/NetCore/bin
16
solution: Mastercard.Developer.ClientEncryption.sln
17
install:
18
- dotnet restore
0 commit comments