mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-05 17:38:40 +00:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"version": "0.1-prerelease",
|
|
"publicReleaseRefSpec": ["^refs/heads/main$"],
|
|
"pathFilters": [
|
|
"./",
|
|
"^TestRunner.Test/",
|
|
"../TestRunner.Lib",
|
|
":/Directory.Build.props",
|
|
":/README.md"
|
|
]
|
|
}
|