Skip to content

Commit

Permalink
Made Pester tests run by default when building a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ffeldhaus committed Feb 13, 2017
1 parent 3766cd1 commit 985ab2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/OnCommand-Insight-Tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[Parameter(Mandatory = $false)][String]$GitHubRepository="OnCommand-Insight",
[Parameter(Mandatory = $false)][switch]$Draft=$false,
[Parameter(Mandatory = $false)][switch]$PreRelease=$false,
[Parameter(Mandatory = $false)][switch]$RunTests=$false
[Parameter(Mandatory = $false)][switch]$RunTests=$true
)

# The github API key must be available in $GitHubApiKey (https://github.com/blog/1509-personal-api-tokens)
Expand Down

0 comments on commit 985ab2d

Please sign in to comment.