Skip to content

Commit e646b87

Browse files
committed
Added circle ci config
1 parent 993ae51 commit e646b87

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker: microsoft/dotnet:2.2-runtime
5+
steps:
6+
- checkout
7+
- run: dotnet build

0 commit comments

Comments
 (0)