From 0ef9449c7737e0f5a00d9d90b85bac6933adb9f1 Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Tue, 10 May 2022 22:26:27 +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 ab81f6d..1f85b47 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\net5.0\publish' + sourceFolder: '$(System.DefaultWorkingDirectory)\$(projectName)\bin\Debug\net6.0\publish' targetFolder: '/var/www/apps/$(projectName)' contents: '**' failOnEmptySource: true