File tree 5 files changed +5
-6
lines changed
tools/ci_build/github/azure-pipelines/nuget/templates
5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
- template : ../../templates/esrp_nuget.yml
134
134
parameters :
135
135
DisplayName : ' ESRP - sign NuGet package'
136
- FolderPath : ' $(Build.BinariesDirectory)/nuget-artifact '
136
+ FolderPath : ' $(Build.ArtifactStagingDirectory) '
137
137
DoEsrp : ${{ parameters.DoEsrp }}
138
138
139
139
- task : PublishPipelineArtifact@0
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211
211
- template : ../../templates/esrp_nuget.yml
212
212
parameters :
213
213
DisplayName : ' ESRP - sign NuGet package'
214
- FolderPath : ' $(Build.BinariesDirectory)/nuget-artifact '
214
+ FolderPath : ' $(Build.ArtifactStagingDirectory) '
215
215
DoEsrp : ${{ parameters.DoEsrp }}
216
216
217
217
- task : PublishPipelineArtifact@0
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
- template : ../../templates/esrp_nuget.yml
140
140
parameters :
141
141
DisplayName : ' ESRP - sign NuGet package'
142
- FolderPath : ' $(Build.BinariesDirectory)/nuget-artifact '
142
+ FolderPath : ' $(Build.ArtifactStagingDirectory) '
143
143
DoEsrp : ${{ parameters.DoEsrp }}
144
144
145
145
- task : PublishPipelineArtifact@0
Original file line number Diff line number Diff line change @@ -140,10 +140,9 @@ jobs:
140
140
- template : ../../templates/esrp_nuget.yml
141
141
parameters :
142
142
DisplayName : ' ESRP - sign NuGet package'
143
- FolderPath : ' $(Build.BinariesDirectory)/nuget-artifact '
143
+ FolderPath : ' $(Build.ArtifactStagingDirectory) '
144
144
DoEsrp : ${{ parameters.DoEsrp }}
145
145
146
-
147
146
- task : PublishPipelineArtifact@0
148
147
displayName : ' Publish Pipeline NuGet Artifact'
149
148
inputs :
Original file line number Diff line number Diff line change 92
92
- template : ../../templates/esrp_nuget.yml
93
93
parameters :
94
94
DisplayName : ' ESRP - sign NuGet package'
95
- FolderPath : ' $(Build.BinariesDirectory)/nuget-artifact '
95
+ FolderPath : ' $(Build.ArtifactStagingDirectory) '
96
96
DoEsrp : ${{ parameters.DoEsrp }}
97
97
98
98
- task : PublishPipelineArtifact@0
You can’t perform that action at this time.
0 commit comments