Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 AWS Code Build 窗口图像上设置了我的 .net core 2.1 项目。在我的构建规范 yaml 文件中,我将构建的包推送到使用特定 TCP 端口的八达通服务器,但似乎该端口被阻止,我无法连接到八达通服务器。
将 VPC 配置与 CodeBuild 结合使用。您可以自己指定附加到您的 VPC 中的 ENI CodeBuild 配置并由您的构建容器使用的安全组。不过需要注意的是,在构建项目中使用 VPC 配置时,如果通过 Internet 访问您的 Octopus 服务器,则必须使用 NAT 网关。