@@ -20,9 +20,9 @@ resources:
2020variables :
2121 Configuration : Release
2222 Verbosity : Normal
23- DotNetVersion : " 2.2 .101"
23+ DotNetVersion : " 3.1 .101"
2424 CakeVersion : " 0.32.1"
25- NuGetVersion : " 4.9.2 "
25+ NuGetVersion : " 5.4.0 "
2626 Coverage : " $(Agent.BuildDirectory)/c"
2727 VstsCoverage : " $(Coverage)"
2828 Artifacts : $(Build.ArtifactStagingDirectory)
@@ -32,7 +32,7 @@ variables:
3232jobs :
3333 - job : GitVersion
3434 pool :
35- vmImage : " VS2017-Win2016 "
35+ vmImage : " windows-latest "
3636 steps :
3737 - template : gitversion/store.yml@rsg
3838 parameters :
@@ -52,24 +52,25 @@ 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-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
6768
6869 - template : pipeline/cake-job.yml@rsg
6970 parameters :
7071 name : ' Windows'
7172 dependsOn : GitVersion
72- vmImage : " VS2017-Win2016 "
73+ vmImage : " windows-latest "
7374 pushNuget : true
7475 Configuration : $(Configuration)
7576 Verbosity : $(Verbosity)
0 commit comments