Skip to content

Commit

Permalink
Update build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
tastreu authored Sep 26, 2018
1 parent 811e3c2 commit 00d1745
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ $Options = [ordered]@{
NoAppVeyor = $false # Markdown: do not show AppVeyor build shield
UserMessage = "[Ignored](#ignored) | [History](#update-history) | [Force Test](https://gist.github.com/$Env:gist_id_test) | [Releases](https://github.com/$Env:github_user_repo/tags) | **TESTING AU NEXT VERSION**" # Markdown, Text: Custom user message to show
NoIcons = $false # Markdown: don't show icon
IconSize = 32 # Markdown: icon size
Title = '' # Markdown, Text: TItle of the report, by default 'Update-AUPackages'
}
}
Expand Down Expand Up @@ -104,4 +103,4 @@ $global:au_Root = $Root #Path to the AU packa
$global:info = updateall -Name $Name -Options $Options

#Uncomment to fail the build on AppVeyor on any package error
if ($global:info.error_count.total) { throw 'Errors during update' }
if ($global:info.error_count.total) { throw 'Errors during update' }

0 comments on commit 00d1745

Please sign in to comment.