mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-18 14:58:40 +00:00
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"version": "0.2",
|
|
"publicReleaseRefSpec": [
|
|
"^refs/heads/main$"
|
|
],
|
|
"pathFilters": [
|
|
"./",
|
|
"^./WoofWare.NUnitTestRunner.Test",
|
|
":/WoofWare.NUnitTestRunner.Lib",
|
|
":/Directory.Build.props",
|
|
":/README.md"
|
|
]
|
|
}
|