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 3c1064d commit b48a412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
shell: pwsh
run: |
$doc = [XML](Get-Content 'Livet.props')
$doc.Project.PropertyGroup.Version += '-pre' + (Get-Date).ToString("yyyyMMddHHmm")
$doc.Project.PropertyGroup.PackageVersion = $doc.Project.PropertyGroup.Version
$doc.Project.PropertyGroup.PackageVersion += '-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 b48a412

Please sign in to comment.