File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 83
83
configuration : ' $(buildConfiguration)'
84
84
msbuildArgs : ' /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
85
85
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
-
109
86
- task : CmdLine@2
110
87
displayName : ' Build .NET MAUI solution'
111
88
inputs :
You can’t perform that action at this time.
0 commit comments