Skip to content

Commit ea0b03d

Browse files
committed
Ignore NotificationHubs in change log check because it somehow finds "NotficationHubs" change log
1 parent 9cd43f6 commit ea0b03d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/CheckChangeLog.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ $PathStringsToIgnore = @(
1616
"Test",
1717
".sln",
1818
"Nuget.config",
19-
".psd1"
19+
".psd1",
20+
"NotificationHubs"
2021
)
2122

2223
$FilesChangedList = $FilesChanged -split ';'

0 commit comments

Comments
 (0)