File tree 1 file changed +13
-12
lines changed
1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -52,18 +52,19 @@ jobs:
52
52
# NuGetVersion: $(NuGetVersion)
53
53
# Script: build.cake
54
54
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
67
68
68
69
- template : pipeline/cake-job.yml@rsg
69
70
parameters :
You can’t perform that action at this time.
0 commit comments