Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
runceel authored Jun 15, 2020
1 parent ec009b9 commit 685f3a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
dotnet pack Livet.Code.sln -p:Configuration=Release -p:Platform="Any CPU"
- name: Test
run: dotnet test Livet.Test\Livet.Test.csproj --verbosity normal
continue-on-error: true
- name: Copy package files
run: |
mkdir dist
Expand Down

0 comments on commit 685f3a5

Please sign in to comment.