Skip to content

Commit 72e336a

Browse files
committed
Improve build speed
1 parent bf7bea2 commit 72e336a

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
##############################
4040
- job: Check_Build_Options
4141
pool:
42-
vmImage: 'windows-latest'
42+
vmImage: 'ubuntu-latest'
4343

4444
steps:
4545

@@ -173,24 +173,16 @@ jobs:
173173
)
174174
dependsOn:
175175
- Check_Build_Options
176-
strategy:
177-
matrix:
178-
# linux:
179-
# imageName: 'ubuntu-latest'
180-
windows:
181-
imageName: 'windows-latest'
182-
# macos:
183-
# imageName: 'macos-latest'
184176

185177
pool:
186-
vmImage: '$(imageName)'
178+
vmImage: 'windows-latest'
187179

188180
variables:
189181
- group: sign-client-credentials
190182
- name: DOTNET_NOLOGO
191183
value: true
192184
- name: buildPlatform
193-
value: 'x64'
185+
value: 'Any CPU'
194186
- name: buildConfiguration
195187
value: 'Release'
196188
- name: solution

0 commit comments

Comments
 (0)