Skip to content

Commit e6652ed

Browse files
disbled linux config temporarily
1 parent 7a959ca commit e6652ed

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.azure-pipelines.yml

+13-12
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,19 @@ jobs:
5252
# NuGetVersion: $(NuGetVersion)
5353
# Script: build.cake
5454

55-
- template: pipeline/cake-job.yml@rsg
56-
parameters:
57-
name: 'Linux'
58-
dependsOn: GitVersion
59-
vmImage: "ubuntu-latest"
60-
pushNuget: false
61-
Configuration: $(Configuration)
62-
Verbosity: $(Verbosity)
63-
CakeVersion: $(CakeVersion)
64-
DotNetVersion: $(DotNetVersion)
65-
NuGetVersion: $(NuGetVersion)
66-
Script: build.cake
55+
# Disabled temporarily as the template does not support multiple runtimes
56+
# - template: pipeline/cake-job.yml@rsg
57+
# parameters:
58+
# name: 'Linux'
59+
# dependsOn: GitVersion
60+
# vmImage: "ubuntu-latest"
61+
# pushNuget: false
62+
# Configuration: $(Configuration)
63+
# Verbosity: $(Verbosity)
64+
# CakeVersion: $(CakeVersion)
65+
# DotNetVersion: $(DotNetVersion)
66+
# NuGetVersion: $(NuGetVersion)
67+
# Script: build.cake
6768

6869
- template: pipeline/cake-job.yml@rsg
6970
parameters:

0 commit comments

Comments
 (0)