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