Skip to content

Commit

Permalink
Merge pull request #54 from runceel/release
Browse files Browse the repository at this point in the history
Update dotnet-core.yml
  • Loading branch information
runceel authored Jun 16, 2020
2 parents da20da1 + ca7579a commit fd423de
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 fd423de

Please sign in to comment.