Skip to content

Commit 53c5197

Browse files
committed
absolute paths
1 parent 71d09db commit 53c5197

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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)