Skip to content

Commit

Permalink
Publish NetOffice packages with support for .NET Core
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Jun 20, 2024
1 parent e79534a commit e7a2f68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/Get-BuildInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ if ($configuration -ieq 'release') {
$publish_nuget = 'true'
}

# if ($ref -like 'refs/heads/dev/github_actions') {
# $publish_nuget = 'true'
# }
if ($ref -like 'refs/heads/dev/dotnet') {
$publish_nuget = 'true'
$app_version_suffix = "preview${env:GITHUB_RUN_NUMBER}"
}
}

$app_version_full = $app_version
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: release

on:
push:
branches:
- 'dev/dotnet'
tags:
- 'v*.*.*'

Expand Down

0 comments on commit e7a2f68

Please sign in to comment.