Skip to content

Commit 4b25752

Browse files
authored
Adding additional WebJobs assemblies to deps validation exclusion (#9795) (#9796)
1 parent 0848b70 commit 4b25752

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/WebJobs.Script.Tests/DependencyTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ public class DependencyTests
2020
{
2121
"Microsoft.Azure.WebJobs.Script.WebHost.dll",
2222
"Microsoft.Azure.WebJobs.dll",
23+
"Microsoft.Azure.WebJobs.Script.dll",
24+
"Microsoft.Azure.WebJobs.Script.Grpc.dll",
2325
"Microsoft.Azure.WebJobs.Host.dll",
2426
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights.dll",
2527
"Microsoft.Azure.WebJobs.Script.Abstractions.dll",

0 commit comments

Comments
 (0)