mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-13 20:48:43 +00:00
* Bump Nerdbank.GitVersioning from 3.8.38-alpha to 3.8.118 --- updated-dependencies: - dependency-name: Nerdbank.GitVersioning dependency-version: 3.8.118 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Deps * Try upgrading to net9 * Bump tests * Upgrade pipeline * Bump version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com>
14 lines
240 B
JSON
14 lines
240 B
JSON
{
|
|
"version": "0.3",
|
|
"publicReleaseRefSpec": [
|
|
"^refs/heads/main$"
|
|
],
|
|
"pathFilters": [
|
|
"./",
|
|
":^WoofWare.NUnitTestRunner.Test",
|
|
":/WoofWare.NUnitTestRunner.Lib",
|
|
":/Directory.Build.props",
|
|
":/README.md"
|
|
]
|
|
}
|