We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1819e3 commit 6c73266Copy full SHA for 6c73266
1 file changed
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- image: microsoft/dotnet:2.2-runtime
+ - image: microsoft/dotnet:2.2-runtime
6
steps:
7
- checkout
8
- run: dotnet build
0 commit comments