FROM mcr.microsoft.com/dotnet/core/sdk:3.1 COPY app/ app/ ENTRYPOINT ["dotnet", "vstest", "--logger:trx", "app/VegetableShop.*Tests*"]