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