We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd2dd5 commit 272015bCopy full SHA for 272015b
.pipelines/pipeline.user.windows.yml
@@ -13,6 +13,30 @@ artifact_publish_options:
13
publish_to_pipeline_artifacts: true
14
publish_to_cloudvault_artifacts: false
15
16
+signing_options:
17
+ profile: 'external_distribution'
18
+
19
+static_analysis_options:
20
+ moderncop_options:
21
+ files_to_scan:
22
+ - from: 'src\'
23
+ include:
24
+ - '**/*.*'
25
26
+ policheck_options:
27
28
+ - exclude:
29
+ - 'demo\**\*' # Exclude path 'Localize'.
30
+ - 'test\**\*'
31
+ - 'node_modules\**\*'
32
33
+ binskim_options:
34
35
36
37
38
39
40
package_sources:
41
npm:
42
feeds:
0 commit comments