Skip to content

Commit

Permalink
Merge branch 'main' into all-assemblies-per-rid
Browse files Browse the repository at this point in the history
* main:
  [ci] Use Python 3 for signing tasks (dotnet#8367)
  $(AndroidPackVersionSuffix)=preview.1; net9 is 34.99.0.preview.1 (dotnet#8362)
  • Loading branch information
grendello committed Sep 25, 2023
2 parents eac51f2 + 4fffbf6 commit a0d63c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
* Major/Minor match Android stable API level, such as 30.0 for API 30.
* Bump first digit of the patch version for feature releases (and reset the first two digits to 0)
-->
<AndroidPackVersion>34.0.0</AndroidPackVersion>
<AndroidPackVersionSuffix>rc.2</AndroidPackVersionSuffix>
<AndroidPackVersion>34.99.0</AndroidPackVersion>
<AndroidPackVersionSuffix>preview.1</AndroidPackVersionSuffix>
</PropertyGroup>

<!-- Common <PackageReference/> versions -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ steps:
forceReinstallCredentialProvider: true
condition: ${{ parameters.condition }}

- task: UsePythonVersion@0
inputs:
versionSpec: 3.x

# ESRP signing requires minimum azure client version 2.8.0
- template: azure-tools/az-client-update.yml@yaml-templates
parameters:
Expand Down

0 comments on commit a0d63c4

Please sign in to comment.