You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tasks/AzureWebPowerShellDeployment/Publish-AzureWebDeployment.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Trace-VstsEnteringInvocation$MyInvocation
2
2
Import-VstsLocStrings"$PSScriptRoot\Task.json"
3
3
4
-
Write-Warning"'Azure App Service: Classic' task will be deprecated soon. 'Azure App Service Deploy' task will replace 'Azure App Service: Classic' task and the recommendation is to migrate your Build or Release process to use the 'Azure App Service Deploy' task. Refer https://go.microsoft.com/fwlink/?LinkID=613750 for more details."
Copy file name to clipboardExpand all lines: Tasks/AzureWebPowerShellDeployment/Strings/resources.resjson/en-US/resources.resjson
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,5 +24,6 @@
24
24
"loc.messages.Updatingdeploymenthistoryfordeployment0": "Updating deployment history for deployment {0}",
25
25
"loc.messages.Nofileswerefoundtodeploywithsearchpattern0": "No files were found to deploy with search pattern {0}",
26
26
"loc.messages.Foundmorethanonefiletodeploywithsearchpattern0Therecanbeonlyone": "Found more than one file to deploy with search pattern {0}. There can be only one.",
27
-
"loc.messages.FailedtodeployWebsiteError0": "Failed to deploy Website. Error : {0}"
27
+
"loc.messages.FailedtodeployWebsiteError0": "Failed to deploy Website. Error : {0}",
28
+
"loc.messages.DeprecatedWarning": "'Azure App Service: Classic' task will be deprecated soon. 'Azure App Service Deploy' task will replace 'Azure App Service: Classic' task and the recommendation is to migrate your Build or Release process to use the 'Azure App Service Deploy' task. Refer https://go.microsoft.com/fwlink/?LinkID=613750 for more details."
Copy file name to clipboardExpand all lines: Tasks/AzureWebPowerShellDeployment/task.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@
115
115
"Updatingdeploymenthistoryfordeployment0": "Updating deployment history for deployment {0}",
116
116
"Nofileswerefoundtodeploywithsearchpattern0": "No files were found to deploy with search pattern {0}",
117
117
"Foundmorethanonefiletodeploywithsearchpattern0Therecanbeonlyone": "Found more than one file to deploy with search pattern {0}. There can be only one.",
118
-
"FailedtodeployWebsiteError0": "Failed to deploy Website. Error : {0}"
118
+
"FailedtodeployWebsiteError0": "Failed to deploy Website. Error : {0}",
119
+
"DeprecatedWarning": "'Azure App Service: Classic' task will be deprecated soon. 'Azure App Service Deploy' task will replace 'Azure App Service: Classic' task and the recommendation is to migrate your Build or Release process to use the 'Azure App Service Deploy' task. Refer https://go.microsoft.com/fwlink/?LinkID=613750 for more details."
0 commit comments