Skip to content

Commit

Permalink
updated build file
Browse files Browse the repository at this point in the history
  • Loading branch information
reed committed Dec 30, 2019
1 parent f7aa979 commit 86ab5f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
- name: Build with dotnet
- name: Build
run: dotnet build --configuration Release

- name: Test
run: dotnet test --configuration Release

0 comments on commit 86ab5f5

Please sign in to comment.