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 6400551 commit 36b8354
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
$doc.Save('Livet.props')
- name: Install dependencies
run: dotnet restore Livet.Code.sln
- name: Build
run: msbuild Livet.sln -p:Configuration=Release -p:Platform="Any CPU"
- 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"
- name: Test
run: dotnet test Livet.sln --no-restore --verbosity normal
run: dotnet test Livet.Test\Livet.Test.csproj --no-restore --verbosity normal
- name: Copy package files
run: |
mkdir dist
Expand Down

0 comments on commit 36b8354

Please sign in to comment.