Skip to content

Commit

Permalink
🌒 Build against .NET Core 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed Apr 9, 2019
1 parent 36d863b commit 6ff5c59
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ orbs:
build:
jobs:
run-build:
executor: dotnet-build-executor
executor:
name: dotnet-build-executor
tag: "2.1"
steps:
- checkout
- run:
Expand Down Expand Up @@ -33,8 +35,3 @@ workflows:
jobs:
- build/run-build:
name: "Build .NET Core 2.2"
filters:
branches:
only:
- master
- /pull\/.*/

0 comments on commit 6ff5c59

Please sign in to comment.