File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments