Skip to content

Commit f1819e3

Browse files
committed
Fixing circle config
1 parent 6678a18 commit f1819e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
version: 2
22
jobs:
33
build:
4-
docker: microsoft/dotnet:2.2-runtime
4+
docker:
5+
image: microsoft/dotnet:2.2-runtime
56
steps:
67
- checkout
78
- run: dotnet build

0 commit comments

Comments
 (0)