Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
2021-01-24 03:24:32 +00:00
parent 311e2e54e8
commit 9f6d26dc45

View File

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