From 9f6d26dc45cabe19f4eaf98b7ee3d9dc8d39b665 Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Sun, 24 Jan 2021 03:24:32 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2477225..c31ba4c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.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/production/$(projectName)' contents: '**' failOnEmptySource: true