From 1f8015429b2b97a38db69b95a968f794d0ef526d Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Tue, 19 Jan 2021 23:08:45 +0000 Subject: [PATCH] Update azure-pipelines-development.yml for Azure Pipelines --- azure-pipelines-development.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-development.yml b/azure-pipelines-development.yml index b6b5af4..3af0ae2 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\net5.0\publish' + sourceFolder: '$(System.DefaultWorkingDirectory)\$(projectName)\bin\Debug\netcoreapp3.1\publish' targetFolder: '/var/www/api/development/$(projectName)' contents: '**' failOnEmptySource: true