From d3af275c64263209386bb540bd11735646990a1a Mon Sep 17 00:00:00 2001 From: Felipe Baltazar Date: Wed, 13 Sep 2023 01:19:02 -0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7bd7a40..a437c17 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,10 +35,6 @@ stages: echo Downloaded $(keystore.secureFilePath) echo Working Directory $(Build.Repository.LocalPath)\Maui.AzurePipelines\$(keystore-filename) mv $(keystore.secureFilePath) $(Build.Repository.LocalPath)\Maui.AzurePipelines - cd $(Build.Repository.LocalPath)\Maui.AzurePipelines - dir - cd Maui.AzurePipelines/ - dir displayName: Move Keystore to Working Directory - task: Bash@3 @@ -47,9 +43,7 @@ stages: targetType: 'inline' script: | dotnet nuget locals all --clear - dir cd "Maui.AzurePipelines/" - dir dotnet workload restore - task: CmdLine@2