0

In visual studio 2017, it generates aws-ecs-tools-defaults.json file after image is published first time to AWS ECS. I wonder is there any aws CLI or docker command to run this file. I know I do it from visual studio again but command line should be better.

Anyone tried?

4

2 回答 2

1

尝试将此添加到 dotnet https://github.com/aws/aws-extensions-for-dotnet-cli然后运行dotnet ecs push-image

于 2019-05-03T21:31:32.610 回答
1

该文件包含用于使用 Visual Studio 构建 .NET 应用程序的项目的元数据。因此,您无法通过传递此文件来使用 cli 构建或部署您的应用程序。

于 2019-03-08T15:30:44.917 回答