Skip to content

Commit f9e6e62

Browse files
Disable Linux CI build (?)
1 parent da30270 commit f9e6e62

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

azure-pipelines.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ jobs:
1616
inputs:
1717
pathtoPublish: build
1818
artifactName: Saturn
19-
- job: Linux
20-
pool:
21-
vmImage: 'ubuntu-16.04'
22-
steps:
23-
- task: DotNetCoreInstaller@0
24-
displayName: 'Install .net core 3.0 (preview)'
25-
inputs:
26-
version: '3.0.100-preview7-012821'
27-
- script: dotnet tool install fake-cli --tool-path .
28-
displayName: Install FAKE
29-
- script: ./fake build
30-
displayName: Run Build
31-
- task: PublishBuildArtifacts@1
32-
inputs:
33-
pathtoPublish: build
34-
artifactName: Saturn
19+
# - job: Linux
20+
# pool:
21+
# vmImage: 'ubuntu-16.04'
22+
# steps:
23+
# - task: DotNetCoreInstaller@0
24+
# displayName: 'Install .net core 3.0 (preview)'
25+
# inputs:
26+
# version: '3.0.100-preview7-012821'
27+
# - script: dotnet tool install fake-cli --tool-path .
28+
# displayName: Install FAKE
29+
# - script: ./fake build
30+
# displayName: Run Build
31+
# - task: PublishBuildArtifacts@1
32+
# inputs:
33+
# pathtoPublish: build
34+
# artifactName: Saturn

0 commit comments

Comments
 (0)