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 12 additions and 0 deletions

12
.circleci/config.yml Normal file
View File

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