|
28 | 28 | outputParentDirectory: $(Build.ArtifactStagingDirectory)
|
29 | 29 | outputs:
|
30 | 30 | - output: pipelineArtifact
|
31 |
| - targetPath: $(Build.SourcesDirectory) |
| 31 | + targetPath: $(Build.ArtifactStagingDirectory) |
32 | 32 | artifactName: "$(pythonVersion)_WINDOWS_X64"
|
33 | 33 | steps:
|
34 | 34 | - template: ../../../../pack/templates/win_env_gen.yml
|
|
66 | 66 | outputParentDirectory: $(Build.ArtifactStagingDirectory)
|
67 | 67 | outputs:
|
68 | 68 | - output: pipelineArtifact
|
69 |
| - targetPath: $(Build.SourcesDirectory) |
| 69 | + targetPath: $(Build.ArtifactStagingDirectory) |
70 | 70 | artifactName: "$(pythonVersion)_WINDOWS_X86"
|
71 | 71 | steps:
|
72 | 72 | - template: ../../../../pack/templates/win_env_gen.yml
|
@@ -104,7 +104,7 @@ jobs:
|
104 | 104 | outputParentDirectory: $(Build.ArtifactStagingDirectory)
|
105 | 105 | outputs:
|
106 | 106 | - output: pipelineArtifact
|
107 |
| - targetPath: $(Build.SourcesDirectory) |
| 107 | + targetPath: $(Build.ArtifactStagingDirectory) |
108 | 108 | artifactName: "$(pythonVersion)_LINUX_X64"
|
109 | 109 | steps:
|
110 | 110 | - template: ../../../../pack/templates/nix_env_gen.yml
|
@@ -141,7 +141,7 @@ jobs:
|
141 | 141 | outputParentDirectory: $(Build.ArtifactStagingDirectory)
|
142 | 142 | outputs:
|
143 | 143 | - output: pipelineArtifact
|
144 |
| - targetPath: $(Build.SourcesDirectory) |
| 144 | + targetPath: $(Build.ArtifactStagingDirectory) |
145 | 145 | artifactName: "$(pythonVersion)_OSX_X64"
|
146 | 146 | steps:
|
147 | 147 | - template: ../../../../pack/templates/nix_env_gen.yml
|
@@ -172,7 +172,7 @@ jobs:
|
172 | 172 | outputParentDirectory: $(Build.ArtifactStagingDirectory)
|
173 | 173 | outputs:
|
174 | 174 | - output: pipelineArtifact
|
175 |
| - targetPath: $(Build.SourcesDirectory) |
| 175 | + targetPath: $(Build.ArtifactStagingDirectory) |
176 | 176 | artifactName: "$(pythonVersion)_OSX_ARM4"
|
177 | 177 | steps:
|
178 | 178 | - template: ../../../../pack/templates/macos_64_env_gen.yml
|
|
0 commit comments