Skip to content

Commit

Permalink
[ci] Try skip install android stuff on handlers build (#25293)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho authored Oct 16, 2024
1 parent 2d19ade commit 277bf7a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eng/pipelines/handlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ stages:
parameters:
poolName: ${{ BuildPlatform.poolName }}
gitHubToken: $(github--pat--vs-mobiletools-engineering-service2)
skipAndroidSdks: true
skipAndroidImages: true
installDefaultAndroidApi: true
- pwsh: ./build.ps1 --target=dotnet --configuration="${{ BuildConfiguration }}" --verbosity=diagnostic
displayName: 'Install .NET'
retryCountOnTaskFailure: 3
Expand Down Expand Up @@ -234,7 +237,9 @@ stages:
checkoutDirectory: '$(System.DefaultWorkingDirectory)'
provisionatorChannel: ${{ parameters.provisionatorChannel }}
gitHubToken: $(github--pat--vs-mobiletools-engineering-service2)
skipAndroidSdks: true
skipAndroidImages: true
installDefaultAndroidApi: true

- stage: samples_net
displayName: Test .NET MAUI Samples
Expand All @@ -256,6 +261,9 @@ stages:
- template: common/provision.yml
parameters:
poolName: ${{ BuildPlatform.poolName }}
skipAndroidSdks: true
skipAndroidImages: true
installDefaultAndroidApi: true

- task: DownloadBuildArtifacts@0
displayName: 'Download Packages'
Expand Down

0 comments on commit 277bf7a

Please sign in to comment.