Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ stages:
- job: designer_integration_mac
displayName: macOS
pool:
vmImage: $(HostedMacImage)
vmImage: internal-macos-11
timeoutInMinutes: 120
cancelTimeoutInMinutes: 5
workspace:
Expand Down Expand Up @@ -1128,7 +1128,9 @@ stages:
targetPath: $(Build.ArtifactStagingDirectory)/designer-binlogs

# Check - "Xamarin.Android (Designer Tests Windows)"
# TODO: Enable once Windows test issues are fixed.
- job: designer_integration_win
condition: false
displayName: Windows
pool: $(HostedWinVS2019)
timeoutInMinutes: 120
Expand Down