azure: copy data before making zip

This commit is contained in:
Pavel Stupnikov
2019-04-01 21:58:09 +03:00
parent 0cd42b6ace
commit e856ecc06c

View File

@@ -109,8 +109,9 @@ jobs:
BuildPlatform: $(BuildPlatform)
- bash: |
set -ex
make -f Makefile.msvc bundle_pdb bundle_zip PLATFORM=$(BundlePlatform) BUNDLE_NAME=citymania-client-$(Build.BuildNumber)-$(BundlePlatform)
mkdir -p bundle
cp -r bin/data bundle/
make -f Makefile.msvc bundle_pdb bundle_zip PLATFORM=$(BundlePlatform) BUNDLE_NAME=citymania-client-$(Build.BuildNumber)-$(BundlePlatform)
displayName: 'Create bundles'
- task: PublishBuildArtifacts@1
displayName: 'Publish bundles'