Skip to content

Commit 7043862

Browse files
committed
test another travis.yml file for tests
1 parent 79e7dcb commit 7043862

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: csharp
22
solution: csharp_cryptoexamples.sln
33
install:
4-
- nuget install xunit.runners -Version 2.0.0 -OutputDirectory testrunner
4+
- dotnet restore
5+
# - nuget install xunit.runners -Version 2.0.0 -OutputDirectory testrunner
56
matrix:
67
include:
78
- dotnet: 2.1
@@ -13,6 +14,7 @@ addons:
1314
script:
1415
- dotnet build csharp_cryptoexamples.sln
1516
- sonar-scanner
17+
- dotnet test ./csharp-cryptoexamplesTest/csharp_cryptoexamplesTest.csproj
1618

17-
- xbuild /p:Configuration=Release csharp_cryptoexamples.sln
18-
- dotnet ./testrunner/xunit.runners.2.0.0/tools/xunit.console.clr4.exe ./csharp-cryptoexamplesTest/bin/Release/csharp_cryptoexamplesTest.dll
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

Comments
 (0)