mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Avoid intermediate folders
This commit is contained in:
parent
099da72348
commit
eb5e1e6bc6
@ -43,13 +43,10 @@ jobs:
|
||||
cd $(Build.SourcesDirectory)
|
||||
VERSION="$(cat common/yacreader_global.h | grep '#define VERSION "' | tr -d '#define VERSION' | tr -d '"' )"
|
||||
./compileOSX.sh $VERSION
|
||||
mkdir output
|
||||
ls -alh
|
||||
cp *.dmg ./output
|
||||
displayName: 'Build'
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
contents: 'output/**'
|
||||
contents: '*.dmg'
|
||||
targetFolder: $(Build.ArtifactStagingDirectory)
|
||||
- task: PublishBuildArtifacts@1
|
||||
inputs:
|
||||
|
Loading…
Reference in New Issue
Block a user