From 72e336a1f58f6ef48b27cbf613dafecc581c41ce Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Fri, 14 Jun 2024 19:51:53 +0100 Subject: [PATCH] Improve build speed --- azure-pipelines.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8b712480..3ee81428 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,7 +39,7 @@ jobs: ############################## - job: Check_Build_Options pool: - vmImage: 'windows-latest' + vmImage: 'ubuntu-latest' steps: @@ -173,24 +173,16 @@ jobs: ) dependsOn: - Check_Build_Options - strategy: - matrix: - # linux: - # imageName: 'ubuntu-latest' - windows: - imageName: 'windows-latest' - # macos: - # imageName: 'macos-latest' pool: - vmImage: '$(imageName)' + vmImage: 'windows-latest' variables: - group: sign-client-credentials - name: DOTNET_NOLOGO value: true - name: buildPlatform - value: 'x64' + value: 'Any CPU' - name: buildConfiguration value: 'Release' - name: solution