Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
2022-05-10 22:26:27 +00:00
parent 4d3a93a3f4
commit 0ef9449c77

View File

@@ -48,7 +48,7 @@ steps:
displayName: SSH Copy to 1UB
inputs:
sshEndpoint: 'LucaServer'
sourceFolder: '$(System.DefaultWorkingDirectory)\$(projectName)\bin\Debug\net5.0\publish'
sourceFolder: '$(System.DefaultWorkingDirectory)\$(projectName)\bin\Debug\net6.0\publish'
targetFolder: '/var/www/apps/$(projectName)'
contents: '**'
failOnEmptySource: true