From 0779356cd881dc48af76b3e967e7fc23a94913e1 Mon Sep 17 00:00:00 2001 From: Pavel Stupnikov Date: Thu, 4 Apr 2019 20:15:57 +0300 Subject: [PATCH] azure: Copy data dir in makefile instead of pipelines config --- azure-pipelines.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 67dc61117a..e9ff9c6888 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'