NerdBank.GitVersioning heights (#143)

This commit is contained in:
Patrick Stevens
2024-05-29 00:44:16 +01:00
committed by GitHub
parent b846ce08a3
commit 1b3eb03380
2 changed files with 17 additions and 4 deletions

View File

@@ -3,5 +3,13 @@
"publicReleaseRefSpec": [ "publicReleaseRefSpec": [
"^refs/heads/main$" "^refs/heads/main$"
], ],
"pathFilters": null "pathFilters": [
} ":/README.md",
":/LICENSE",
":/WoofWare.Myriad.Plugins/logo.png",
":/Directory.Build.props",
":/global.json",
"./",
"^./Test"
]
}

View File

@@ -3,5 +3,10 @@
"publicReleaseRefSpec": [ "publicReleaseRefSpec": [
"^refs/heads/main$" "^refs/heads/main$"
], ],
"pathFilters": null "pathFilters": [
} ":/",
":^WoofWare.Myriad.Plugins.Test/",
":^WoofWare.Myriad.Plugins.Attributes/Test/",
":^/.github/"
]
}