We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491a7d0 commit 75fefeaCopy full SHA for 75fefea
2 files changed
Immediate.Cache.slnx
@@ -5,6 +5,7 @@
5
<File Path=".gitignore" />
6
<File Path="Directory.Build.props" />
7
<File Path="Directory.Packages.props" />
8
+ <File Path="global.json" />
9
<File Path="readme.md" />
10
</Folder>
11
<Folder Name="/.root/workflows/">
global.json
@@ -0,0 +1,5 @@
1
+{
2
+ "test": {
3
+ "runner": "Microsoft.Testing.Platform"
4
+ }
+}
0 commit comments