diff --git a/.circleci/config.yaml b/.circleci/config.yaml new file mode 100644 index 0000000..f281baa --- /dev/null +++ b/.circleci/config.yaml @@ -0,0 +1,17 @@ +version: 2 +jobs: + build: + docker: + - image: microsoft/dotnet:2-sdk + steps: + - checkout + - run: + name: build + command: dotnet restore + - run: + name: Print the Current Time + command: date + - setup_remote_docker + - run: + name: Build script + command: ./build.sh