diff --git a/azure-pipelines-development.yml b/azure-pipelines-development.yml index 3af0ae2..b6b5af4 100644 --- a/azure-pipelines-development.yml +++ b/azure-pipelines-development.yml @@ -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/development/$(projectName)' contents: '**' failOnEmptySource: true