File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 39
39
# #############################
40
40
- job : Check_Build_Options
41
41
pool :
42
- vmImage : ' windows -latest'
42
+ vmImage : ' ubuntu -latest'
43
43
44
44
steps :
45
45
@@ -173,24 +173,16 @@ jobs:
173
173
)
174
174
dependsOn :
175
175
- 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'
184
176
185
177
pool :
186
- vmImage : ' $(imageName) '
178
+ vmImage : ' windows-latest '
187
179
188
180
variables :
189
181
- group : sign-client-credentials
190
182
- name : DOTNET_NOLOGO
191
183
value : true
192
184
- name : buildPlatform
193
- value : ' x64 '
185
+ value : ' Any CPU '
194
186
- name : buildConfiguration
195
187
value : ' Release'
196
188
- name : solution
You can’t perform that action at this time.
0 commit comments