File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -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.x "
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 :
56
56
parameters :
57
57
name : ' Linux'
58
58
dependsOn : GitVersion
59
- vmImage : " Ubuntu-16.04 "
59
+ vmImage : " ubuntu-latest "
60
60
pushNuget : false
61
61
Configuration : $(Configuration)
62
62
Verbosity : $(Verbosity)
69
69
parameters :
70
70
name : ' Windows'
71
71
dependsOn : GitVersion
72
- vmImage : " VS2017-Win2016 "
72
+ vmImage : " windows-latest "
73
73
pushNuget : true
74
74
Configuration : $(Configuration)
75
75
Verbosity : $(Verbosity)
You can’t perform that action at this time.
0 commit comments