Properly exclude test project (#203)

This commit is contained in:
Patrick Stevens
2024-08-04 19:42:15 +01:00
committed by GitHub
parent f40a368948
commit a52e4a46b0
2 changed files with 2 additions and 2 deletions

View File

@@ -10,6 +10,6 @@
":/Directory.Build.props",
":/global.json",
"./",
"^./Test"
":^Test"
]
}