How to include exe file from Nuget in .NET Core AWS Lambda package?

一曲冷凌霜 提交于 2019-12-11 16:01:43

问题


I've added Selenium.PhantomJS.WebDriver to a .NET Core AWS Lambda function which outputs phantomjs.exe to the bin folder when built locally. However, when I publish the project to AWS, the file is not included in the package. How do I tell AWS Toolkit this file needs to be included within the package?

来源:https://stackoverflow.com/questions/56989452/how-to-include-exe-file-from-nuget-in-net-core-aws-lambda-package

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!