Skip to content

Commit

Permalink
Remove Xamarin.Forms
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTraveler committed Oct 11, 2024
1 parent 2fda84d commit b55c8c9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
variables:
solutionUwp: 'samples/MvvmSampleUwp.sln'
solutionXf: 'samples/MvvmSampleXF.sln'
solutionMaui: 'samples/MvvmSampleMAUI.sln'
buildPlatform: 'x86|x64|ARM|ARM64'
buildConfiguration: 'Release'
Expand Down Expand Up @@ -73,13 +72,6 @@ jobs:
configuration: '$(buildConfiguration)'
msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'

- task: VSBuild@1
displayName: Build Xamarin.Forms solution
inputs:
platform: 'Any CPU'
solution: '$(solutionXf)'
configuration: '$(buildConfiguration)'

- task: VSBuild@1
displayName: Build MAUI solution
inputs:
Expand Down

0 comments on commit b55c8c9

Please sign in to comment.