From 274050401ea24d842247febd4aecc35bbedeec7e Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Thu, 28 Feb 2019 12:42:25 +0200 Subject: [PATCH] Exclude any doc subdirectories from build --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 816edd469cece..fb214543d2220 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ pr: - master paths: exclude: - - docs/src/main/* + - docs/src/main/** jobs: - job: Build_Native_Linux