Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Nov 15, 2024
1 parent 0e991c2 commit c240aea
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,8 @@ jobs:

- job: build_library
displayName: Build Library
strategy:
matrix:
'Windows':
image: 'windows-latest'
'macOS':
image: 'macos-15'
pool:
vmImage: $(image)
vmImage: windows-latest
steps:
# if this is a tagged build for CommunityToolkit.Maui, then update the version number
- powershell: |
Expand Down

0 comments on commit c240aea

Please sign in to comment.