Skip to content

Commit

Permalink
Add *.props to nbgv pathFilters (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertospelta authored Mar 18, 2024
1 parent 24e6e88 commit 12ee39f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/Dax.Tokenizer/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"^refs/heads/main"
],
"pathFilters": [
"./"
"./",
"/src/*.props"
]
}
3 changes: 2 additions & 1 deletion src/Dax.Vpax.Obfuscator.CLI/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"^refs/heads/main"
],
"pathFilters": [
"./"
"./",
"/src/*.props"
]
}
3 changes: 2 additions & 1 deletion src/Dax.Vpax.Obfuscator.Common/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"^refs/heads/main"
],
"pathFilters": [
"./"
"./",
"/src/*.props"
]
}
3 changes: 2 additions & 1 deletion src/Dax.Vpax.Obfuscator/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"^refs/heads/main"
],
"pathFilters": [
"./"
"./",
"/src/*.props"
]
}

0 comments on commit 12ee39f

Please sign in to comment.