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 16, 2020
1 parent da20da1 commit ca7579a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
$doc.Project.PropertyGroup.PackageVersion += '-pre' + (Get-Date).ToString("yyyyMMddHHmm")
$doc.Save('Livet.props')
- name: Install dependencies
run: dotnet restore Livet.Code.sln
run: |
dotnet restore Livet.Code.sln
dotnet restore Livet.Test\Livet.Test.csproj
- name: Package
run: |
dotnet build Livet.Code.sln -p:Configuration=Release -p:Platform="Any CPU"
Expand Down

0 comments on commit ca7579a

Please # to comment.