Skip to content

Commit c59e098

Browse files
committed
Code optimization
1 parent 85bfa6b commit c59e098

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Start.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/usr/bin/env pwsh
22
using namespace Belin.SetupAnt
3-
Add-Type -Path "$PSScriptRoot/bin/Belin.SetupAnt.dll"
43

54
$ErrorActionPreference = "Stop"
65
$PSNativeCommandUseErrorActionPreference = $true
76
Set-StrictMode -Version Latest
7+
8+
Add-Type -Path "$PSScriptRoot/bin/Belin.SetupAnt.dll"
89
if (-not (Test-Path Env:SETUP_ANT_VERSION)) { $Env:SETUP_ANT_VERSION = "Latest" }
910

1011
$release = [Release]::Find($Env:SETUP_ANT_VERSION)

0 commit comments

Comments
 (0)