Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
2024-01-29 22:05:15 +00:00
parent 0b6f381fc5
commit 8ffc7a2727

View File

@@ -58,7 +58,7 @@ steps:
displayName: "Copy API files." displayName: "Copy API files."
inputs: inputs:
sshEndpoint: 'LucaServer' sshEndpoint: 'LucaServer'
sourceFolder: '$(System.DefaultWorkingDirectory)/$(apiProjectName)/bin/Release/net7.0/publish' sourceFolder: '$(System.DefaultWorkingDirectory)/$(apiProjectName)/bin/Release/net8.0/publish'
contents: '**' contents: '**'
targetFolder: '/var/www/apps/$(apiProjectName)' targetFolder: '/var/www/apps/$(apiProjectName)'
readyTimeout: '20000' readyTimeout: '20000'
@@ -67,7 +67,7 @@ steps:
displayName: "Copy UI files." displayName: "Copy UI files."
inputs: inputs:
sshEndpoint: 'LucaServer' sshEndpoint: 'LucaServer'
sourceFolder: '$(System.DefaultWorkingDirectory)/$(uiProjectName)/bin/Release/net7.0/publish' sourceFolder: '$(System.DefaultWorkingDirectory)/$(uiProjectName)/bin/Release/net8.0/publish'
contents: '**' contents: '**'
targetFolder: '/var/www/apps/$(uiProjectName)' targetFolder: '/var/www/apps/$(uiProjectName)'
readyTimeout: '20000' readyTimeout: '20000'