From 4ce31a3d72761bcbd6787e032186ecaa7802fbc7 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 09:23:48 +0100 Subject: [PATCH] Revert "Use the ASP.NET Core runtime images instead of SDK" This reverts commit 311afad1af86364a5da50b96aabef06ca142077b. --- Infrastructure/.drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index 1b1a95d..9c772bf 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -6,7 +6,7 @@ clone: steps: - name: build - image: mcr.microsoft.com/dotnet/core/aspnet:2.2 + image: mcr.microsoft.com/dotnet/core/sdk:2.2 commands: - chmod +x ./build.sh - ./build.sh \ No newline at end of file