azure: Copy data dir in makefile instead of pipelines config
This commit is contained in:
@@ -132,11 +132,7 @@ jobs:
|
||||
- template: azure-pipelines/templates/release-fetch-source.yml
|
||||
- template: azure-pipelines/templates/osx-dependencies.yml
|
||||
- template: azure-pipelines/templates/osx-build.yml
|
||||
- bash: |
|
||||
set -ex
|
||||
mkdir -p bundle/OpenTTD.app/Contents/Resources
|
||||
cp -r bin/data bundle/OpenTTD.app/Contents/Resources/
|
||||
make bundle_zip bundle_dmg BUNDLE_NAME=citymania-client-$(Build.BuildNumber)-macosx
|
||||
- script: 'make bundle_zip bundle_dmg BUNDLE_NAME=citymania-client-$(Build.BuildNumber)-macosx'
|
||||
displayName: 'Create bundles'
|
||||
- task: PublishBuildArtifacts@1
|
||||
displayName: 'Publish bundles'
|
||||
|
||||
Reference in New Issue
Block a user