Skip to content

Commit 61d1aaa

Browse files
authored
Ignore PrivateDns module each time it upgrades (#12798)
1 parent 20a5aee commit 61d1aaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SignalR/SignalR.Test/TestController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public void RunPsTestWorkflow(
7070
{"Microsoft.Resources", null},
7171
{"Microsoft.Features", null},
7272
{"Microsoft.Authorization", null},
73+
{"Microsoft.PrivateDns", null},
7374
{"Microsoft.Network", null}
7475
};
7576
var providersToIgnore = new Dictionary<string, string>

0 commit comments

Comments
 (0)