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 685f3a5 commit d35a182
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 @@ -28,7 +28,7 @@ jobs:
- name: Package
run: |
dotnet build Livet.Code.sln -p:Configuration=Release -p:Platform="Any CPU"
dotnet pack Livet.Code.sln -p:Configuration=Release -p:Platform="Any CPU"
dotnet pack Livet.Code.sln -p:Configuration=Release -p:Platform="Any CPU"--include-symbols -p:SymbolPackageFormat=snupkg
- name: Test
run: dotnet test Livet.Test\Livet.Test.csproj --verbosity normal
continue-on-error: true
Expand Down

0 comments on commit d35a182

Please sign in to comment.