ci(azure-pipelines): fix bin path for release artifact copy [skip ci]
This commit is contained in:
parent
9e3a16011b
commit
84a91be87f
@ -97,7 +97,7 @@ stages:
|
|||||||
displayName: Download binaries
|
displayName: Download binaries
|
||||||
inputs:
|
inputs:
|
||||||
artifactName: backend
|
artifactName: backend
|
||||||
patterns: 'bin/*'
|
patterns: 'backend/bin/*'
|
||||||
targetPath: '$(Build.Repository.LocalPath)'
|
targetPath: '$(Build.Repository.LocalPath)'
|
||||||
- script: |
|
- script: |
|
||||||
ls -a .
|
ls -a .
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user