Skip to content

Commit d967c9e

Browse files
committed
Fix issue with project heights causing revs when project not modified
1 parent c281cbc commit d967c9e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/C3D/Extensions/Playwright/AspNetCore.Xunit/version.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/v3.3.37/src/NerdBank.GitVersioning/version.schema.json",
33
"version": "0.1",
4+
"pathFilters": [ ".", "../Directory.Build.props", "../Directory.Build.targets" ],
45
"publicReleaseRefSpec": [
56
"^refs/heads/main$", // we release out of main
67
"^refs/heads/rel/v\\d+\\.\\d+" // we also release tags starting with rel/N.N

src/C3D/Extensions/Playwright/AspNetCore/version.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/v3.3.37/src/NerdBank.GitVersioning/version.schema.json",
33
"version": "0.1",
4+
"pathFilters": [ ".", "../Directory.Build.props", "../Directory.Build.targets" ],
45
"publicReleaseRefSpec": [
56
"^refs/heads/main$", // we release out of main
67
"^refs/heads/rel/v\\d+\\.\\d+" // we also release tags starting with rel/N.N

0 commit comments

Comments
 (0)