diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a6a096c7d7..36ebd96242 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'