File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
language : csharp
2
- solution : codewars-c-sharp.sln
2
+ sudo : required
3
+ dist : trusty
4
+ mono : none
5
+ dotnet : 3.1
3
6
4
- install :
5
- - nuget restore codewars-c-sharp.sln
6
- - nuget install NUnit.Console -Version 3.9.0 -OutputDirectory testrunner
7
+ before_script :
8
+ - dotnet restore
7
9
8
- script :
9
- - msbuild /p:Configuration=release codewars-c-sharp.sln
10
- - mono ./testrunner/NUnit.ConsoleRunner.3.9.0/tools/nunit3-console.exe ./codewars-c-sharp.Tests/bin/Release/codewars-c-sharp.Tests.dll
10
+ script :
11
+ - dotnet test ./codewars-c-sharp.sln
Original file line number Diff line number Diff line change 13
13
Release| x64 = Release| x64
14
14
EndGlobalSection
15
15
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
16
- {BBC3CE70-BAA5-4EFB-AEAE-C68501FCCB99} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
17
- {BBC3CE70-BAA5-4EFB-AEAE-C68501FCCB99} .Debug| Any CPU .Build .0 = Debug| Any CPU
16
+ {BBC3CE70-BAA5-4EFB-AEAE-C68501FCCB99} .Debug| Any CPU .ActiveCfg = Debug| x64
17
+ {BBC3CE70-BAA5-4EFB-AEAE-C68501FCCB99} .Debug| Any CPU .Build .0 = Debug| x64
18
18
{BBC3CE70-BAA5-4EFB-AEAE-C68501FCCB99} .Debug| x64 .ActiveCfg = Debug| x64
19
19
{BBC3CE70-BAA5-4EFB-AEAE-C68501FCCB99} .Debug| x64 .Build .0 = Debug| x64
20
20
{BBC3CE70-BAA5-4EFB-AEAE-C68501FCCB99} .Release| Any CPU .ActiveCfg = Release| Any CPU
Original file line number Diff line number Diff line change 5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
6
<RootNamespace >codewars_c_sharp</RootNamespace >
7
7
<Platforms >AnyCPU;x64</Platforms >
8
+ <TestProjectType >UnitTest</TestProjectType >
8
9
</PropertyGroup >
9
10
10
11
<ItemGroup >
You can’t perform that action at this time.
0 commit comments