Skip to content

Commit b3dccd8

Browse files
committed
Fixing grammer mistake
1 parent 5c33957 commit b3dccd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tasks/IISWebAppDeployment/DeployIISWebApp.ps1

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

39-
Write-Warning "The preview IIS Web App Deployment task has been deprecated and will be removed soon. An IIS Web App Deployment extension has been released in the Visual Studio Team Services marketplace at http://aka.ms/iisextn. Install the extension, and use it’s tasks in the Build/Release definitions, and delete the preview task from the definition."
39+
Write-Warning "The preview IIS Web App Deployment task has been deprecated and will be removed soon. An IIS Web App Deployment extension has been released in the Visual Studio Team Services marketplace at http://aka.ms/iisextn. Install the extension, and use its tasks in the Build/Release definitions, and delete the preview task from the definition."
4040
Write-Verbose "Entering script DeployIISWebApp.ps1" -Verbose
4141

4242
$hostName = [string]::Empty

0 commit comments

Comments
 (0)