From 003aeaf88c181e1de830859c18ed2d33205305b2 Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Sun, 26 Jun 2022 18:29:45 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aa959ae..37a9b95 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,15 +15,11 @@ pool: name: 'This is changed in a task, below' variables: - solution: '**/*.sln' - buildPlatform: 'Any CPU' - buildConfiguration: 'Release' projectName: 'Gameboard.ShogiUI.Sockets' version.MajorMinor: '1.0' # Manually change this when needed to follow semver. version.Patch: $[counter(variables['version.MajorMinor'], 0)] versionNumber: '$(version.MajorMinor).$(version.Patch)' - steps: - task: PowerShell@2 @@ -64,7 +60,7 @@ steps: displayName: SSH Copy to 1UB inputs: sshEndpoint: 'LucaServer' - sourceFolder: '$(System.DefaultWorkingDirectory)\$(projectName)\bin\Debug\net6.0\publish' + sourceFolder: '$(System.DefaultWorkingDirectory)\$(projectName)\bin\Release\net6.0\publish' targetFolder: '/var/www/apps/$(projectName)' contents: '**' failOnEmptySource: true