Skip to content

Commit 0cdac05

Browse files
Update CI skip rules and buildref index (#9848)
1 parent 04e56a4 commit 0cdac05

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,13 @@ skip_tags: true
1111
skip_commits:
1212
files:
1313
- '**/*.md'
14-
- '**/*.json'
15-
- 'docs/**'
1614
- '.github/FUNDING.yml'
1715
- '.github/ISSUE_TEMPLATE/**'
1816
- '.github/PULL_REQUEST_TEMPLATE.md'
1917
- '.aider/**'
2018
- '.devcontainer/**'
2119
- '.vscode/**'
22-
- 'bin/**'
2320
- 'en-us/**'
24-
- '!.github/dbatools-library-version.json'
25-
- '!bin/dbatools-buildref-index.json'
26-
- '!bin/dbatools-sqlinstallationcomponents.json'
2721
message: /\[skip ci\]/
2822

2923
build_script:

bin/dbatools-buildref-index.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"LastUpdated": "2025-09-11T00:00:00",
2+
"LastUpdated": "2025-09-16T00:00:00",
33
"Data": [
44
{
55
"Version": "8.0.47",
@@ -4139,6 +4139,10 @@
41394139
"Version": "13.0.6465",
41404140
"KBList": "5063762"
41414141
},
4142+
{
4143+
"Version": "13.0.6470",
4144+
"KBList": "5065226"
4145+
},
41424146
{
41434147
"Version": "13.0.7000",
41444148
"KBList": "5014242"

0 commit comments

Comments
 (0)