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 b48a412 commit ee57c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
dotnet build Livet.Code.sln -p:Configuration=Release -p:Platform="Any CPU"
dotnet pack Livet.Code.sln -p:Configuration=Release -p:Platform="Any CPU"
- name: Test
run: dotnet test Livet.Test\Livet.Test.csproj --no-restore --verbosity normal
run: dotnet test Livet.Test\Livet.Test.csproj --verbosity normal
- name: Copy package files
run: |
mkdir dist
Expand Down

0 comments on commit ee57c0b

Please sign in to comment.