Skip to content

Commit 5c33957

Browse files
committed
Updated readme and warning message
1 parent f24aed5 commit 5c33957

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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 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."
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."
4040
Write-Verbose "Entering script DeployIISWebApp.ps1" -Verbose
4141

4242
$hostName = [string]::Empty

Tasks/IISWebAppDeployment/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# IIS Web Application Deployment
22

33
## **Important Notice**
4-
The preview IIS Web Application Deployment task has been **shipped as an extension for Visual Studio Team Services**, and is available in the marketplace as [**IIS Web App Deployment Using WinRM**](https://marketplace.visualstudio.com/items?itemName=ms-vscs-rm.iiswebapp). The SQL Server Database Deployment task will be also added to the extension in the next update. VSTS accounts that are using these preview tasks should move to the extension. **All future enhancements to the IIS Web App Deployment task or to the SQL Server Database Deployment task will be provided in the extension.**
4+
The preview IIS Web Application Deployment task has been **deprecated and will be removed soon**. The task has been **shipped as an extension for Visual Studio Team Services**, and is available in the marketplace - https://marketplace.visualstudio.com/items?itemName=ms-vscs-rm.iiswebapp.
5+
6+
**Install the extension, and add the tasks from the extension in Build or Release Definitions, and remove this IIS Web Application Deployment task from the definition.**
7+
58

69
## Overview
710

0 commit comments

Comments
 (0)