File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ variables:
42
42
DotNet6Version : 6.0.100-preview.3.21202.5
43
43
HostedMacImage : macOS-10.15
44
44
HostedWinVS2019 : Hosted Windows 2019 with VS2019
45
- VSEngWinVS2019 : Xamarin-Android-Win2019
45
+ VSEngWinVS2019 : android-win-2019
46
46
# Run all tests if:
47
47
# - User who queued the job requested it (They set XA.RunAllTests to true)
48
48
# - This is the master integration branch (Pipeline defaults XA.RunAllTests to true)
@@ -171,8 +171,6 @@ stages:
171
171
172
172
- template : yaml-templates\clean.yaml
173
173
174
- - template : yaml-templates\update-vs.yaml
175
-
176
174
- script : |
177
175
echo ##vso[task.setvariable variable=JI_JAVA_HOME]%USERPROFILE%\android-toolchain\$(XA.Jdk11.Folder)
178
176
displayName: set JI_JAVA_HOME
@@ -293,8 +291,6 @@ stages:
293
291
294
292
- template : yaml-templates\clean.yaml
295
293
296
- - template : yaml-templates\update-vs.yaml
297
-
298
294
- script : |
299
295
echo ##vso[task.setvariable variable=JI_JAVA_HOME]%USERPROFILE%\android-toolchain\$(XA.Jdk11.Folder)
300
296
displayName: set JI_JAVA_HOME
Original file line number Diff line number Diff line change 26
26
27
27
- template : setup-test-environment.yaml
28
28
parameters :
29
- updateVS : true
30
29
jdkTestFolder : ${{ parameters.jdkTestFolder }}
31
30
32
31
- task : DownloadPipelineArtifact@1
You can’t perform that action at this time.
0 commit comments