Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjore authored Jan 27, 2025
1 parent 7bcc818 commit 37a408a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,18 @@ steps:
versionCodeOption: 'timestamp'
printFile: true

- task: UseDotNet@3
- task: UseDotNet@2
displayName: 'Install .NET sdk'
inputs:
packageType: sdk
version: '9.x'
installationPath: '$(Agent.ToolsDirectory)/dotnet'
versionSpec: $(dotnet_version)

- task: CmdLine@2
displayName: 'Install Maui Workload'
inputs:
script: 'dotnet workload install maui-android'
#- task: CmdLine@2
# displayName: 'Install Maui Workload'
# inputs:
# script: 'dotnet workload install maui-android'

#- task: XamarinAndroid@1
# inputs:
Expand Down

0 comments on commit 37a408a

Please sign in to comment.