Skip to content

Commit

Permalink
!deploy !hotfix v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq committed Feb 16, 2018
1 parent 7a1636c commit c2f545b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ci/pwsh.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@
Build script invoked by Invoke-Build.
.Description
TODO: Declare build script parameters as usual by param().
The parameters are specified for Invoke-Build on invoking.
#>

# TODO: [CmdletBinding()] is optional but recommended for strict name checks.
[CmdletBinding()]
param(
)
# PSake makes variables declared here available in other scriptblocks
# Init some things
# TODO: Move some properties to script param() in order to use as parameters.

# Find the build folder based on build system
if ($pwd.Path -like "*ci*") {
Expand All @@ -32,7 +28,6 @@ param(
$Verbose = @{Verbose = $True}
}

# TODO: Default task. If it is the first then any name can be used instead.
task Init {
$lines
Set-Location $ProjectRoot
Expand Down

0 comments on commit c2f545b

Please sign in to comment.