Skip to content

Commit c29f3a6

Browse files
authored
Disable Linux_FCS (#7697)
A recent update to the `ubuntu-16.04` VM image in ADO causes mono/fake to crash and this is blocking all work. The MacOS version works and follows an identical code path.
1 parent 47072af commit c29f3a6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

azure-pipelines.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -298,17 +298,17 @@ stages:
298298
continueOnError: true
299299
condition: always()
300300

301-
- job: Linux_FCS
302-
pool:
303-
vmImage: ubuntu-16.04
304-
variables:
305-
- name: _SignType
306-
value: Test
307-
steps:
308-
- checkout: self
309-
clean: true
310-
- script: ./fcs/build.sh Build
311-
displayName: Build
301+
#- job: Linux_FCS
302+
# pool:
303+
# vmImage: ubuntu-16.04
304+
# variables:
305+
# - name: _SignType
306+
# value: Test
307+
# steps:
308+
# - checkout: self
309+
# clean: true
310+
# - script: ./fcs/build.sh Build
311+
# displayName: Build
312312

313313
- job: MacOS_FCS
314314
pool:

0 commit comments

Comments
 (0)