Skip to content

Commit

Permalink
Improve build speed
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion committed Jun 14, 2024
1 parent bf7bea2 commit 72e336a
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
##############################
- job: Check_Build_Options
pool:
vmImage: 'windows-latest'
vmImage: 'ubuntu-latest'

steps:

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 72e336a

Please sign in to comment.