From 788f37e4672ee81a1a8c0367097c4bc468b98d09 Mon Sep 17 00:00:00 2001 From: Sasha Pierson Date: Mon, 14 Oct 2019 14:08:08 -0700 Subject: [PATCH] put items in base yaml (#505) --- .pipelines/pipeline.user.windows.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml index 2b32ff60d1..8a761ce664 100644 --- a/.pipelines/pipeline.user.windows.yml +++ b/.pipelines/pipeline.user.windows.yml @@ -70,4 +70,12 @@ static_analysis_options: exclude: - 'WiX.3.11.1/**/*.dll' - 'Wix.3.11.1/**/*.exe' + moderncop_options: + files_to_scan: + - from: 'src' + exclude: + - '**/just.config.js' + - '**/webpack.config.js' + - '**/webpack.serve.config.js' + - '**/dist/bundle.js' \ No newline at end of file