File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
build-tools/automation/yaml-templates Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 34
34
* Major/Minor match Android stable API level, such as 30.0 for API 30.
35
35
* Bump first digit of the patch version for feature releases (and reset the first two digits to 0)
36
36
-->
37
- <AndroidPackVersion >34.0 .0</AndroidPackVersion >
38
- <AndroidPackVersionSuffix >rc.2 </AndroidPackVersionSuffix >
37
+ <AndroidPackVersion >34.99 .0</AndroidPackVersion >
38
+ <AndroidPackVersionSuffix >preview.1 </AndroidPackVersionSuffix >
39
39
</PropertyGroup >
40
40
41
41
<!-- Common <PackageReference/> versions -->
Original file line number Diff line number Diff line change 9
9
forceReinstallCredentialProvider : true
10
10
condition : ${{ parameters.condition }}
11
11
12
+ - task : UsePythonVersion@0
13
+ inputs :
14
+ versionSpec : 3.x
15
+
12
16
# ESRP signing requires minimum azure client version 2.8.0
13
17
- template : azure-tools/az-client-update.yml@yaml-templates
14
18
parameters :
You can’t perform that action at this time.
0 commit comments