Circleci project setup #1

Merged
gmgauthier merged 2 commits from circleci-project-setup into master 2020-11-17 18:29:33 +00:00
1 changed files with 13 additions and 0 deletions
Showing only changes of commit 57e032d1bf - Show all commits

13
.circleci/config.yml Normal file
View File

@ -0,0 +1,13 @@
version: 2.1
orbs:
win: circleci/windows@2.2.0
jobs:
build:
executor: win/default
steps:
- checkout
- run: dotnet build