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'