Merge branch 'master' of https://bitbucket.org/Hauth/shogi
This commit is contained in:
@@ -22,10 +22,9 @@ steps:
|
|||||||
|
|
||||||
- task: UseDotNet@2
|
- task: UseDotNet@2
|
||||||
inputs:
|
inputs:
|
||||||
packageType: 'sdk'
|
packageType: sdk
|
||||||
#useGlobalJson: true
|
#useGlobalJson: true
|
||||||
version: 7.x
|
version: 8.x
|
||||||
includePreviewVersions: true
|
|
||||||
installationPath: $(Agent.ToolsDirectory)/dotnet #Install if not already present.
|
installationPath: $(Agent.ToolsDirectory)/dotnet #Install if not already present.
|
||||||
|
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
@@ -59,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'
|
||||||
@@ -68,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'
|
||||||
|
|||||||
Reference in New Issue
Block a user