From b6a333362405ae8096fea3f693efa21713a1c5e0 Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Wed, 7 Jul 2021 19:37:23 +0300 Subject: [PATCH] rename config.yaml to config.yml --- .circleci/{config.yaml => config.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .circleci/{config.yaml => config.yml} (96%) diff --git a/.circleci/config.yaml b/.circleci/config.yml similarity index 96% rename from .circleci/config.yaml rename to .circleci/config.yml index 6b00ab7..4715422 100644 --- a/.circleci/config.yaml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: # You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub. # Be sure to update the tag on this image to a more stable version, using latest can result in unstable builds. docker: - - image: microsoft/dotnet:latest + - image: mcr.microsoft.com/dotnet/sdk:3.1 steps: # Checkout the code as the first step. - checkout