Skip to content

Commit a146c35

Browse files
committed
Add global.json for test configuration and include it in .slnx solution folder
1 parent 2fe7567 commit a146c35

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CodeOfChaos.Testing.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Solution>
22
<Folder Name="/.dev-tools/">
33
<File Path="Directory.Packages.props" />
4+
<File Path="global.json" />
45
<Project Path="src/Tools.CodeOfChaos.Testing.TUnit/Tools.CodeOfChaos.Testing.TUnit.csproj" />
56
</Folder>
67
<Folder Name="/.dev-tools/github/">

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"test": {
3+
"runner": "Microsoft.Testing.Platform"
4+
}
5+
}

0 commit comments

Comments
 (0)