@@ -20,9 +20,9 @@ resources:
20
20
variables :
21
21
Configuration : Release
22
22
Verbosity : Normal
23
- DotNetVersion : " 2.2 .101"
23
+ DotNetVersion : " 3.1 .101"
24
24
CakeVersion : " 0.32.1"
25
- NuGetVersion : " 4.9.2 "
25
+ NuGetVersion : " 5.4.0 "
26
26
Coverage : " $(Agent.BuildDirectory)/c"
27
27
VstsCoverage : " $(Coverage)"
28
28
Artifacts : $(Build.ArtifactStagingDirectory)
@@ -32,7 +32,7 @@ variables:
32
32
jobs :
33
33
- job : GitVersion
34
34
pool :
35
- vmImage : " VS2017-Win2016 "
35
+ vmImage : " windows-latest "
36
36
steps :
37
37
- template : gitversion/store.yml@rsg
38
38
parameters :
@@ -52,24 +52,25 @@ 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-16.04"
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 :
70
71
name : ' Windows'
71
72
dependsOn : GitVersion
72
- vmImage : " VS2017-Win2016 "
73
+ vmImage : " windows-latest "
73
74
pushNuget : true
74
75
Configuration : $(Configuration)
75
76
Verbosity : $(Verbosity)
0 commit comments