From d467236ec49f1fa4e66b5f59314c194ce8736cce Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Mon, 29 Jan 2024 19:04:15 +0000 Subject: [PATCH 1/4] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a5f1347..80b5bc1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,8 +23,7 @@ steps: - task: UseDotNet@2 inputs: packageType: 'sdk' - #useGlobalJson: true - version: 7.x + useGlobalJson: true includePreviewVersions: true installationPath: $(Agent.ToolsDirectory)/dotnet #Install if not already present. From dd590237fc2cb468e2dbd30243a94d8dc9a4e375 Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Mon, 29 Jan 2024 21:07:08 +0000 Subject: [PATCH 2/4] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 80b5bc1..94bf14e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ steps: - task: UseDotNet@2 inputs: - packageType: 'sdk' + packageType: sdk useGlobalJson: true includePreviewVersions: true installationPath: $(Agent.ToolsDirectory)/dotnet #Install if not already present. From 0b6f381fc566e832c4819e31c645476cc8f0c62c Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Mon, 29 Jan 2024 21:12:21 +0000 Subject: [PATCH 3/4] 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 94bf14e..2a7b8de 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,8 +23,8 @@ steps: - task: UseDotNet@2 inputs: packageType: sdk - useGlobalJson: true - includePreviewVersions: true + #useGlobalJson: true + version: 8.x installationPath: $(Agent.ToolsDirectory)/dotnet #Install if not already present. - task: CmdLine@2 From 8ffc7a272773289d3f80dd16d796ec25f5a2375b Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Mon, 29 Jan 2024 22:05:15 +0000 Subject: [PATCH 4/4] 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 2a7b8de..8764968 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -58,7 +58,7 @@ steps: displayName: "Copy API files." inputs: sshEndpoint: 'LucaServer' - sourceFolder: '$(System.DefaultWorkingDirectory)/$(apiProjectName)/bin/Release/net7.0/publish' + sourceFolder: '$(System.DefaultWorkingDirectory)/$(apiProjectName)/bin/Release/net8.0/publish' contents: '**' targetFolder: '/var/www/apps/$(apiProjectName)' readyTimeout: '20000' @@ -67,7 +67,7 @@ steps: displayName: "Copy UI files." inputs: sshEndpoint: 'LucaServer' - sourceFolder: '$(System.DefaultWorkingDirectory)/$(uiProjectName)/bin/Release/net7.0/publish' + sourceFolder: '$(System.DefaultWorkingDirectory)/$(uiProjectName)/bin/Release/net8.0/publish' contents: '**' targetFolder: '/var/www/apps/$(uiProjectName)' readyTimeout: '20000'