rename config.yaml to config.yml

This commit is contained in:
Denis-Cosmin Nutiu 2021-07-07 19:37:23 +03:00
parent e0261ddde3
commit b6a3333624

View file

@ -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