Skip to content

Commit

Permalink
Fixed build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDHera authored May 22, 2020
1 parent a70dacb commit 4df66f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]

defaults:
run:
working-directory: ./Kyanite.API

jobs:
build:
Expand All @@ -17,8 +21,6 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
- name: Project Navigation
working-directory: ./Kyanite.API
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 4df66f5

Please sign in to comment.