diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 81d3933..f6d5b6a 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -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