Skip to content

Commit 3187134

Browse files
committed
add runtime config file
1 parent 947400a commit 3187134

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tools/LambdaTestTool-v2/tests/Amazon.Lambda.TestTool.UnitTests/PackagingTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ public void VerifyPackageContentsHasRuntimeSupport()
115115
{
116116
$"content/Amazon.Lambda.RuntimeSupport/{framework}/Amazon.Lambda.Core.dll",
117117
$"content/Amazon.Lambda.RuntimeSupport/{framework}/Amazon.Lambda.RuntimeSupport.dll",
118-
$"content/Amazon.Lambda.RuntimeSupport/{framework}/Amazon.Lambda.RuntimeSupport.deps.json"
118+
$"content/Amazon.Lambda.RuntimeSupport/{framework}/Amazon.Lambda.RuntimeSupport.deps.json",
119+
$"content/Amazon.Lambda.RuntimeSupport/{framework}/Amazon.Lambda.RuntimeSupport.runtimeconfig.json"
119120
};
120121

121122
var missingFiles = essentialFiles.Where(f => !frameworkFiles.Contains(f)).ToList();

0 commit comments

Comments
 (0)