Skip to content

Commit 50604ba

Browse files
committed
build: Remove Mac/Linux builds
Re-enable once we've moved to Rust, but for now, just kill cross platform .Net
1 parent ac5a6a0 commit 50604ba

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

azure-pipelines.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -73,41 +73,11 @@ jobs:
7373
inputs:
7474
targetPath: '$(Build.ArtifactStagingDirectory)'
7575
artifactName: 'artifacts-$(buildConfiguration)'
76-
- job: "Linux"
77-
pool:
78-
vmImage: 'ubuntu-16.04'
79-
strategy:
80-
matrix:
81-
Debug:
82-
buildConfiguration: Debug
83-
Release:
84-
buildConfiguration: Release
85-
steps:
86-
- template: build/dotnet-build.yml
87-
parameters:
88-
dotNetPublishPlatform: "linux-x64"
89-
platform: "linux-x64"
90-
- job: MacOS
91-
pool:
92-
vmImage: 'macos-10.13'
93-
strategy:
94-
matrix:
95-
Debug:
96-
buildConfiguration: Debug
97-
Release:
98-
buildConfiguration: Release
99-
steps:
100-
- template: build/dotnet-build.yml
101-
parameters:
102-
dotNetPublishPlatform: "osx-x64"
103-
platform: "macos-x64"
10476
- job: Documentation
10577
pool:
10678
vmImage: 'vs2017-win2016'
10779
dependsOn:
10880
- Windows
109-
- MacOS
110-
- Linux
11181
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/dev'), eq(variables['Build.SourceBranch'], 'refs/heads/master')))
11282
steps:
11383
- task: PowerShell@2

0 commit comments

Comments
 (0)