File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : csharp
22solution : csharp_cryptoexamples.sln
33install :
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
56matrix :
67 include :
78 - dotnet : 2.1
@@ -13,6 +14,7 @@ addons:
1314script :
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
You can’t perform that action at this time.
0 commit comments