|
|
@ -730,7 +730,7 @@ stages:
|
|
|
|
inputs:
|
|
|
|
inputs:
|
|
|
|
buildType: 'current'
|
|
|
|
buildType: 'current'
|
|
|
|
artifactName: Packages
|
|
|
|
artifactName: Packages
|
|
|
|
itemPattern: '/$(pattern)'
|
|
|
|
itemPattern: '**/$(pattern)'
|
|
|
|
targetPath: $(Build.ArtifactStagingDirectory)
|
|
|
|
targetPath: $(Build.ArtifactStagingDirectory)
|
|
|
|
- bash: |
|
|
|
|
- bash: |
|
|
|
|
mkdir -p ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin
|
|
|
|
mkdir -p ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin
|
|
|
|