File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -98,23 +98,23 @@ jobs:
98
98
- script : sh ci/dox.sh
99
99
displayName : Generate and upload documentation
100
100
101
- - job : SemverLinux
102
- continueOnError : true
103
- pool :
104
- vmImage : ubuntu-16.04
105
- steps :
106
- - template : ci/azure-install-rust.yml
107
- - script : sh ci/semver.sh linux
108
- displayName : Check breaking changes
101
+ # - job: SemverLinux
102
+ # continueOnError: true
103
+ # pool:
104
+ # vmImage: ubuntu-16.04
105
+ # steps:
106
+ # - template: ci/azure-install-rust.yml
107
+ # - script: sh ci/semver.sh linux
108
+ # displayName: Check breaking changes
109
109
110
- - job : SemverOSX
111
- continueOnError : true
112
- pool :
113
- vmImage : macos-10.14
114
- steps :
115
- - template : ci/azure-install-rust.yml
116
- - script : sh ci/semver.sh osx
117
- displayName : Check breaking changes
110
+ # - job: SemverOSX
111
+ # continueOnError: true
112
+ # pool:
113
+ # vmImage: macos-10.14
114
+ # steps:
115
+ # - template: ci/azure-install-rust.yml
116
+ # - script: sh ci/semver.sh osx
117
+ # displayName: Check breaking changes
118
118
119
119
- job : BuildChannelsLinux
120
120
pool :
You can’t perform that action at this time.
0 commit comments