File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Tools/LambdaTestTool-v2/tests/Amazon.Lambda.TestTool.UnitTests Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,8 @@ public void VerifyPackageContentsHasRuntimeSupport()
115
115
{
116
116
$ "content/Amazon.Lambda.RuntimeSupport/{ framework } /Amazon.Lambda.Core.dll",
117
117
$ "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"
119
120
} ;
120
121
121
122
var missingFiles = essentialFiles . Where ( f => ! frameworkFiles . Contains ( f ) ) . ToList ( ) ;
You can’t perform that action at this time.
0 commit comments