File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
name : $(pool.name)
30
30
31
31
variables :
32
- - template : . /eng/pipelines/templates/variables/globals.yml
32
+ - template : /eng/pipelines/templates/variables/globals.yml
33
33
- name : GOPATH
34
34
value : ' $(system.defaultWorkingDirectory)/work'
35
35
- name : sdkPath
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ stages:
12
12
- job : Build
13
13
displayName : Build on
14
14
variables :
15
- - template : .. /variables/globals.yml
15
+ - template : /eng/pipelines/templates /variables/globals.yml
16
16
strategy :
17
17
matrix :
18
18
Linux_Go118 :
@@ -48,7 +48,7 @@ stages:
48
48
- job : Analyze
49
49
displayName : Analyze
50
50
variables :
51
- - template : .. /variables/globals.yml
51
+ - template : /eng/pipelines/templates /variables/globals.yml
52
52
pool :
53
53
name : azsdk-pool-mms-ubuntu-2004-general
54
54
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ stages:
79
79
- job : Test
80
80
displayName : Build and Test on
81
81
variables :
82
- - template : .. /variables/globals.yml
82
+ - template : /eng/pipelines/templates /variables/globals.yml
83
83
strategy :
84
84
matrix :
85
85
Linux_Go118 :
@@ -124,7 +124,7 @@ stages:
124
124
- job : Analyze
125
125
displayName : Analyze
126
126
variables :
127
- - template : .. /variables/globals.yml
127
+ - template : /eng/pipelines/templates /variables/globals.yml
128
128
pool :
129
129
name : azsdk-pool-mms-ubuntu-2004-general
130
130
Original file line number Diff line number Diff line change 42
42
matrix : $[ ${{ parameters.Matrix }} ]
43
43
44
44
variables :
45
- - template : .. /variables/globals.yml
45
+ - template : /eng/pipelines/templates /variables/globals.yml
46
46
- name : ArmTemplateParameters
47
47
value : ' @{}'
48
48
You can’t perform that action at this time.
0 commit comments