I need to deploy a .NET application to AWS Beanstalk. I use a Mac and don't have Visual Studio. Preferably the developer should not have to download and configure AWS deployment or extensions to VS.NET.
我需要将.NET应用程序部署到AWS Beanstalk。我使用的是Mac而没有Visual Studio。优选地,开发人员不必下载和配置VS.NET的AWS部署或扩展。
In my perfect world I would Git Push the .NET solution and it would compile and run the application. Is such a thing possible and practiced?
在我完美的世界中,我将Git推动.NET解决方案,它将编译并运行应用程序。这样的事情是可行的吗?
Thank you!
谢谢!
1 个解决方案
#1
1
Currently it is not possible to git push .NET source code to AWS Elastic Beanstalk. You need to push compiled applications that are packaged into a Webdeploy archive.
目前,不可能将.NET源代码git推送到AWS Elastic Beanstalk。您需要推送打包到Webdeploy存档中的已编译应用程序。
#1
1
Currently it is not possible to git push .NET source code to AWS Elastic Beanstalk. You need to push compiled applications that are packaged into a Webdeploy archive.
目前,不可能将.NET源代码git推送到AWS Elastic Beanstalk。您需要推送打包到Webdeploy存档中的已编译应用程序。