Skip to content

Commit 579dfc2

Browse files
committed
Merged PR 176: Added proxessFile and set error condution to stop
Added proxessFile and set error condution to stop
1 parent a93a721 commit 579dfc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inheritedprocessmigration/vCurrent/processmigratestart.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
$ErrorActionPreference = "Stop"
23

34
# Command
45
$command = Get-VstsInput -Name command -Require
@@ -18,6 +19,7 @@ $targetAccountUrl = [string]$targetAccountEp.Url
1819
# targetProcessName
1920
$targetProcessName = Get-VstsInput -Name targetProcessName
2021
# processFilename
22+
$processFilename = Get-VstsInput -Name processFilename
2123
# logLevel
2224
$logLevel = Get-VstsInput -Name logLevel -Require
2325
# logFilename

0 commit comments

Comments
 (0)