File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
pool :
24
24
vmImage : " VS2017-Win2016"
25
25
steps :
26
- - template : ../ gitversion/store.yml
26
+ - template : gitversion/store.yml@rsg
27
27
parameters :
28
28
NuGetVersion : $(NuGetVersion)
29
29
30
30
# Mac job seems to hang with unit tests currently, needs more testing (also need a mac)
31
- # - template: cake-job.yml
31
+ # - template: pipeline/ cake-job.yml@rsg
32
32
# parameters:
33
33
# name: 'macOS'
34
34
# dependsOn: GitVersion
41
41
# NuGetVersion: $(NuGetVersion)
42
42
# Script: build.cake
43
43
44
- - template : cake-job.yml
44
+ - template : pipeline/ cake-job.yml@rsg
45
45
parameters :
46
46
name : ' Linux'
47
47
dependsOn : GitVersion
54
54
NuGetVersion : $(NuGetVersion)
55
55
Script : build.cake
56
56
57
- - template : cake-job.yml
57
+ - template : pipeline/ cake-job.yml@rsg
58
58
parameters :
59
59
name : ' Windows'
60
60
dependsOn : GitVersion
You can’t perform that action at this time.
0 commit comments