问题
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