Update azure-pipelines-development.yml for Azure Pipelines

This commit is contained in:
2021-01-19 23:08:45 +00:00
parent 039b3789ac
commit 1f8015429b

View File

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