|
28 | 28 | targetPath: $(Build.SourcesDirectory)
|
29 | 29 | artifactName: "$(pythonVersion)_WINDOWS_X64"
|
30 | 30 | steps:
|
31 |
| - - template: ../../../../pack/templates/win_env_gen.yml |
| 31 | + - template: /../../../../pack/templates/win_env_gen.yml |
32 | 32 | parameters:
|
33 | 33 | pythonVersion: '$(pythonVersion)'
|
34 | 34 | workerPath: '$(workerPath)'
|
|
63 | 63 | targetPath: $(Build.SourcesDirectory)
|
64 | 64 | artifactName: "$(pythonVersion)_WINDOWS_X86"
|
65 | 65 | steps:
|
66 |
| - - template: ../../../../pack/templates/win_env_gen.yml |
| 66 | + - template: /../../../../pack/templates/win_env_gen.yml |
67 | 67 | parameters:
|
68 | 68 | pythonVersion: '$(pythonVersion)'
|
69 | 69 | workerPath: '$(workerPath)'
|
|
98 | 98 | targetPath: $(Build.SourcesDirectory)
|
99 | 99 | artifactName: "$(pythonVersion)_LINUX_X64"
|
100 | 100 | steps:
|
101 |
| - - template: ../../../../pack/templates/nix_env_gen.yml |
| 101 | + - template: /../../../../pack/templates/nix_env_gen.yml |
102 | 102 | parameters:
|
103 | 103 | pythonVersion: '$(pythonVersion)'
|
104 | 104 | workerPath: '$(workerPath)'
|
@@ -132,7 +132,7 @@ jobs:
|
132 | 132 | targetPath: $(Build.SourcesDirectory)
|
133 | 133 | artifactName: "$(pythonVersion)_OSX_X64"
|
134 | 134 | steps:
|
135 |
| - - template: ../../../../pack/templates/nix_env_gen.yml |
| 135 | + - template: /../../../../pack/templates/nix_env_gen.yml |
136 | 136 | parameters:
|
137 | 137 | pythonVersion: '$(pythonVersion)'
|
138 | 138 | workerPath: '$(workerPath)'
|
@@ -160,7 +160,7 @@ jobs:
|
160 | 160 | targetPath: $(Build.SourcesDirectory)
|
161 | 161 | artifactName: "$(pythonVersion)_OSX_ARM4"
|
162 | 162 | steps:
|
163 |
| - - template: ../../../../pack/templates/macos_64_env_gen.yml |
| 163 | + - template: /../../../../pack/templates/macos_64_env_gen.yml |
164 | 164 | parameters:
|
165 | 165 | pythonVersion: '$(pythonVersion)'
|
166 | 166 | workerPath: '$(workerPath)'
|
|
0 commit comments