Skip to content

Commit c45830d

Browse files
Remove Xamarin build steps
1 parent d441f4b commit c45830d

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

azure-pipelines.yml

-23
Original file line numberDiff line numberDiff line change
@@ -83,29 +83,6 @@ jobs:
8383
configuration: '$(buildConfiguration)'
8484
msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
8585

86-
- task: CmdLine@2
87-
displayName: Install Xamarin
88-
condition: eq(variables['Agent.OS'], 'Darwin') # Only run this step on macOS
89-
inputs:
90-
targetType: 'inline'
91-
script: |
92-
brew install --cask xamarin-ios
93-
brew install --cask xamarin-android
94-
95-
- task: XamarinAndroid@1
96-
displayName: Build Xamarin.Forms Android project
97-
inputs:
98-
projectFile: '$(solutionXf)'
99-
jdkOption: 'default'
100-
configuration: 'Release'
101-
102-
- task: XamariniOS@2
103-
displayName: Build Xamarin.Forms iOS project
104-
condition: eq(variables['Agent.OS'], 'Darwin') # Only run this step on macOS
105-
inputs:
106-
solutionFile: '$(solutionXf)'
107-
configuration: 'Release'
108-
10986
- task: CmdLine@2
11087
displayName: 'Build .NET MAUI solution'
11188
inputs:

0 commit comments

Comments
 (0)