remove buildtype

This commit is contained in:
rachguo
2023-07-12 14:37:29 -07:00
parent b3d6d8e367
commit b91ec00488
@@ -152,7 +152,6 @@ jobs:
# Download artifacts from a specific pipeline. # Download artifacts from a specific pipeline.
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
inputs: inputs:
buildType: 'normal'
definition: 995 definition: 995
buildVersionToDownload: 'latest' buildVersionToDownload: 'latest'
targetPath: '$(Build.ArtifactStagingDirectory)' targetPath: '$(Build.ArtifactStagingDirectory)'