mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-16 09:28:39 +00:00
Properly exclude test project (#203)
This commit is contained in:
@@ -10,6 +10,6 @@
|
|||||||
":/Directory.Build.props",
|
":/Directory.Build.props",
|
||||||
":/global.json",
|
":/global.json",
|
||||||
"./",
|
"./",
|
||||||
"^./Test"
|
":^Test"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
"pathFilters": [
|
"pathFilters": [
|
||||||
"./",
|
"./",
|
||||||
":/WoofWare.Myriad.Plugins.Attributes",
|
":/WoofWare.Myriad.Plugins.Attributes",
|
||||||
"^:/WoofWare.Myriad.Plugins.Attributes/Test",
|
":^/WoofWare.Myriad.Plugins.Attributes/Test",
|
||||||
":/global.json",
|
":/global.json",
|
||||||
":/README.md",
|
":/README.md",
|
||||||
":/Directory.Build.props"
|
":/Directory.Build.props"
|
||||||
|
Reference in New Issue
Block a user