Skip to content

Commit 78845d2

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 9d0d007 commit 78845d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ steps:
3838
ArtifactName: 'website'
3939
publishLocation: 'Container'
4040

41-
- task: FtpUpload@2
41+
- task: FtpUpload@1
42+
displayName: 'Deploy website via FTP'
4243
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
4344
inputs:
4445
credentialsOption: 'inputs'

0 commit comments

Comments
 (0)