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 a93a721 commit 579dfc2Copy full SHA for 579dfc2
inheritedprocessmigration/vCurrent/processmigratestart.ps1
@@ -1,4 +1,5 @@
1
2
+$ErrorActionPreference = "Stop"
3
4
# Command
5
$command = Get-VstsInput -Name command -Require
@@ -18,6 +19,7 @@ $targetAccountUrl = [string]$targetAccountEp.Url
18
19
# targetProcessName
20
$targetProcessName = Get-VstsInput -Name targetProcessName
21
# processFilename
22
+$processFilename = Get-VstsInput -Name processFilename
23
# logLevel
24
$logLevel = Get-VstsInput -Name logLevel -Require
25
# logFilename
0 commit comments