Skip to content

Commit

Permalink
Reconfigure preview builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Jun 8, 2024
1 parent c788763 commit 9395328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/Get-BuildInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ if ($configuration -ieq 'release') {
}

if ($ref -like 'refs/heads/releases/*') {
$publish_nuget = 'true'
$sign_binaries = 'true'
$publish_nuget = 'false'
}

# if ($ref -like 'refs/heads/dev/github_actions') {
Expand Down

0 comments on commit 9395328

Please sign in to comment.