We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7043862 commit 8577dacCopy full SHA for 8577dac
1 file changed
.travis.yml
@@ -14,7 +14,7 @@ addons:
14
script:
15
- dotnet build csharp_cryptoexamples.sln
16
- sonar-scanner
17
- - dotnet test ./csharp-cryptoexamplesTest/csharp_cryptoexamplesTest.csproj
+ - dotnet test /home/travis/build/cryptoexamples/csharp-cryptoexamples/csharp_cryptoexamplesTest/csharp_cryptoexamplesTest.csproj
18
19
# - xbuild /p:Configuration=Release csharp_cryptoexamples.sln
20
# - dotnet ./testrunner/xunit.runners.2.0.0/tools/xunit.console.clr4.exe ./csharp-cryptoexamplesTest/bin/Release/csharp_cryptoexamplesTest.dll
0 commit comments