We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bfa6b commit c59e098Copy full SHA for c59e098
Start.ps1
@@ -1,10 +1,11 @@
1
#!/usr/bin/env pwsh
2
using namespace Belin.SetupAnt
3
-Add-Type -Path "$PSScriptRoot/bin/Belin.SetupAnt.dll"
4
5
$ErrorActionPreference = "Stop"
6
$PSNativeCommandUseErrorActionPreference = $true
7
Set-StrictMode -Version Latest
+
8
+Add-Type -Path "$PSScriptRoot/bin/Belin.SetupAnt.dll"
9
if (-not (Test-Path Env:SETUP_ANT_VERSION)) { $Env:SETUP_ANT_VERSION = "Latest" }
10
11
$release = [Release]::Find($Env:SETUP_ANT_VERSION)
0 commit comments