Skip to content

Commit 82934b6

Browse files
disable macos builds for now (OmniSharp#894)
1 parent 5b42009 commit 82934b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
Linux:
6464
BuildName: 'Linux'
6565
ImageName: 'ubuntu-latest'
66-
macOS:
67-
BuildName: 'macOS'
68-
ImageName: 'macOS-latest'
66+
# macOS:
67+
# BuildName: 'macOS'
68+
# ImageName: 'macOS-latest'
6969
pool:
7070
vmImage: $(ImageName)
7171
steps:

0 commit comments

Comments
 (0)