Merge branch 'development' of bitbucket:Hauth/gameboard.shogiui.sockets into development

This commit is contained in:
2021-01-23 23:27:37 -06:00

View File

@@ -48,7 +48,7 @@ steps:
displayName: SSH Copy to 1UB displayName: SSH Copy to 1UB
inputs: inputs:
sshEndpoint: 'LucaServer' 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)' targetFolder: '/var/www/api/production/$(projectName)'
contents: '**' contents: '**'
failOnEmptySource: true failOnEmptySource: true