From f389155becd1846b1460881b2b6691c3b32cb6bb Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Sat, 4 Feb 2023 18:58:10 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f0d85b1..8f39b93 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,7 +53,7 @@ steps: displayName: "Copy API files." inputs: sshEndpoint: 'LucaServer' - sourceFolder: '$(System.DefaultWorkingDirectory)/$(apiProjectName)/bin/Release/net6.0/publish' + sourceFolder: '$(System.DefaultWorkingDirectory)/$(apiProjectName)/bin/Release/net7.0/publish' contents: '**' targetFolder: '/var/www/apps/$(apiProjectName)' readyTimeout: '20000' @@ -62,7 +62,7 @@ steps: displayName: "Copy UI files." inputs: sshEndpoint: 'LucaServer' - sourceFolder: '$(System.DefaultWorkingDirectory)/$(uiProjectName)/bin/Release/net6.0/publish' + sourceFolder: '$(System.DefaultWorkingDirectory)/$(uiProjectName)/bin/Release/net7.0/publish' contents: '**' targetFolder: '/var/www/apps/$(uiProjectName)' readyTimeout: '20000'