From 9fa7b6d75227d5626b5e7aaa8ca51bba3e92dbda Mon Sep 17 00:00:00 2001 From: Pavel Stupnikov Date: Mon, 1 Apr 2019 01:15:09 +0300 Subject: [PATCH] azure: put data dir in root of windows bundle --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd2795ecaf..2fb321d91d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -107,7 +107,7 @@ jobs: - bash: | set -ex make -f Makefile.msvc bundle_pdb bundle_zip PLATFORM=$(BundlePlatform) BUNDLE_NAME=citymania-client-$(Build.BuildNumber)-$(BundlePlatform) - cp -r bin/data bundle/bin/ + cp -r bin/data bundle/ displayName: 'Create bundles' - task: PublishBuildArtifacts@1 displayName: 'Publish bundles'