Use the ASP.NET Core runtime images instead of SDK

This commit is contained in:
Robert Marshall 2019-08-26 09:16:58 +01:00
parent 546732b81a
commit 311afad1af

View file

@ -6,7 +6,7 @@ clone:
steps: steps:
- name: build - name: build
image: mcr.microsoft.com/dotnet/core/sdk:2.2 image: mcr.microsoft.com/dotnet/core/aspnet:2.2
commands: commands:
- chmod +x ./build.sh - chmod +x ./build.sh
- ./build.sh - ./build.sh