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 36b8354 commit 3c1064d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
$doc = [XML](Get-Content 'Livet.props')
$doc.Project.PropertyGroup.Version += '-pre' + (Get-Date).ToString("yyyyMMddHHmm")
$doc.Save('Livet.props')
echo $doc
- name: Install dependencies
run: dotnet restore Livet.Code.sln
- name: Package
Expand Down

0 comments on commit 3c1064d

Please sign in to comment.