We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f560514 commit c5601edCopy full SHA for c5601ed
azure-pipelines.yml
@@ -205,16 +205,15 @@ jobs:
205
displayName: 'Drop validation Task'
206
inputs:
207
BuildDropPath: '$(Build.ArtifactStagingDirectory)'
208
- ManifestPath: ''$(Build.ArtifactStagingDirectory)'
209
- OutputPath: ''$(Build.ArtifactStagingDirectory)''
+ ManifestPath: '$(Build.ArtifactStagingDirectory)'
+ OutputPath: '$(Build.ArtifactStagingDirectory)''
210
ValidateSignature: false
211
Verbosity: 'Verbose'
212
- task: DownloadBuildArtifacts@0
213
214
buildType: 'current'
215
downloadType: 'specific'
216
downloadPath: '$(Build.SourcesDirectory)'
217
-
218
- task: NuGetCommand@2
219
220
command: pack
0 commit comments