mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-07 04:58:41 +00:00
NerdBank.GitVersioning heights (#143)
This commit is contained in:
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
@@ -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/"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user