Skip to content

Commit b33d82d

Browse files
fixed pipeline config
1 parent 7742e8e commit b33d82d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
pool:
2424
vmImage: "VS2017-Win2016"
2525
steps:
26-
- template: ../gitversion/store.yml
26+
- template: gitversion/store.yml@rsg
2727
parameters:
2828
NuGetVersion: $(NuGetVersion)
2929

3030
# 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
3232
# parameters:
3333
# name: 'macOS'
3434
# dependsOn: GitVersion
@@ -41,7 +41,7 @@ jobs:
4141
# NuGetVersion: $(NuGetVersion)
4242
# Script: build.cake
4343

44-
- template: cake-job.yml
44+
- template: pipeline/cake-job.yml@rsg
4545
parameters:
4646
name: 'Linux'
4747
dependsOn: GitVersion
@@ -54,7 +54,7 @@ jobs:
5454
NuGetVersion: $(NuGetVersion)
5555
Script: build.cake
5656

57-
- template: cake-job.yml
57+
- template: pipeline/cake-job.yml@rsg
5858
parameters:
5959
name: 'Windows'
6060
dependsOn: GitVersion

0 commit comments

Comments
 (0)