Skip to content

Commit 7495612

Browse files
committed
Removed multi line character
1 parent 59b4abd commit 7495612

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tasks/IISWebAppDeployment/DeployIISWebApp.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
[string]$deployInParallel
3737
)
3838

39-
Write-Warning "The preview IIS Web App Deployment task has been deprecated and has been released as an extension in the Visual Studio Team Services`
40-
marketplace at http://aka.ms/iisextn. VSTS accounts that are using the preview task should move to this extension."
39+
Write-Warning "The preview IIS Web App Deployment task has been deprecated and has been released as an extension in the Visual Studio Team Services marketplace at http://aka.ms/iisextn. VSTS accounts that are using the preview task should move to this extension."
4140
Write-Verbose "Entering script DeployIISWebApp.ps1" -Verbose
4241

4342
$hostName = [string]::Empty

0 commit comments

Comments
 (0)