Skip to content

Commit 1b485b2

Browse files
committed
absolute paths
1 parent 89a54f0 commit 1b485b2

8 files changed

+13
-13
lines changed

eng/ci/code-mirror.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
ref: refs/tags/release
1313

1414
variables:
15-
- template: ci/variables/cfs.yml@eng
15+
- template: /ci/variables/cfs.yml@eng
1616

1717
extends:
18-
template: ci/code-mirror.yml@eng
18+
template: /ci/code-mirror.yml@eng

eng/ci/core-tools-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resources:
1010
ref: refs/tags/release
1111

1212
variables:
13-
- template: ci/variables/build.yml@eng
13+
- template: /ci/variables/build.yml@eng
1414
- template: /ci/variables/cfs.yml@eng
1515

1616
extends:

eng/ci/custom-image-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resources:
1010
ref: refs/tags/release
1111

1212
variables:
13-
- template: ci/variables/build.yml@eng
13+
- template: /ci/variables/build.yml@eng
1414
- template: /ci/variables/cfs.yml@eng
1515

1616
extends:

eng/ci/docker-consumption-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resources:
2121
ref: refs/tags/release
2222

2323
variables:
24-
- template: ci/variables/build.yml@eng
24+
- template: /ci/variables/build.yml@eng
2525
- template: /ci/variables/cfs.yml@eng
2626

2727
extends:

eng/ci/docker-dedicated-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resources:
2121
ref: refs/tags/release
2222

2323
variables:
24-
- template: ci/variables/build.yml@eng
24+
- template: /ci/variables/build.yml@eng
2525
- template: /ci/variables/cfs.yml@eng
2626

2727
extends:

eng/ci/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resources:
2626
ref: refs/tags/release
2727

2828
variables:
29-
- template: ci/variables/build.yml@eng
29+
- template: /ci/variables/build.yml@eng
3030
- template: /ci/variables/cfs.yml@eng
3131

3232
extends:

eng/ci/official-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resources:
2828
ref: refs/tags/release
2929

3030
variables:
31-
- template: ci/variables/build.yml@eng
31+
- template: /ci/variables/build.yml@eng
3232
- template: ci/variables/cfs.yml@eng
3333

3434
extends:

eng/templates/official/jobs/build-artifacts.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
targetPath: $(Build.SourcesDirectory)
2929
artifactName: "$(pythonVersion)_WINDOWS_X64"
3030
steps:
31-
- template: ../../../../pack/templates/win_env_gen.yml
31+
- template: /../../../../pack/templates/win_env_gen.yml
3232
parameters:
3333
pythonVersion: '$(pythonVersion)'
3434
workerPath: '$(workerPath)'
@@ -63,7 +63,7 @@ jobs:
6363
targetPath: $(Build.SourcesDirectory)
6464
artifactName: "$(pythonVersion)_WINDOWS_X86"
6565
steps:
66-
- template: ../../../../pack/templates/win_env_gen.yml
66+
- template: /../../../../pack/templates/win_env_gen.yml
6767
parameters:
6868
pythonVersion: '$(pythonVersion)'
6969
workerPath: '$(workerPath)'
@@ -98,7 +98,7 @@ jobs:
9898
targetPath: $(Build.SourcesDirectory)
9999
artifactName: "$(pythonVersion)_LINUX_X64"
100100
steps:
101-
- template: ../../../../pack/templates/nix_env_gen.yml
101+
- template: /../../../../pack/templates/nix_env_gen.yml
102102
parameters:
103103
pythonVersion: '$(pythonVersion)'
104104
workerPath: '$(workerPath)'
@@ -132,7 +132,7 @@ jobs:
132132
targetPath: $(Build.SourcesDirectory)
133133
artifactName: "$(pythonVersion)_OSX_X64"
134134
steps:
135-
- template: ../../../../pack/templates/nix_env_gen.yml
135+
- template: /../../../../pack/templates/nix_env_gen.yml
136136
parameters:
137137
pythonVersion: '$(pythonVersion)'
138138
workerPath: '$(workerPath)'
@@ -160,7 +160,7 @@ jobs:
160160
targetPath: $(Build.SourcesDirectory)
161161
artifactName: "$(pythonVersion)_OSX_ARM4"
162162
steps:
163-
- template: ../../../../pack/templates/macos_64_env_gen.yml
163+
- template: /../../../../pack/templates/macos_64_env_gen.yml
164164
parameters:
165165
pythonVersion: '$(pythonVersion)'
166166
workerPath: '$(workerPath)'

0 commit comments

Comments
 (0)