rename config.yaml to config.yml
This commit is contained in:
parent
e0261ddde3
commit
b6a3333624
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue