We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0c58e commit 2ef3b1eCopy full SHA for 2ef3b1e
1 file changed
.pipelines/pipeline.user.windows.yml
@@ -50,6 +50,16 @@ build:
50
- '**/*'
51
exclude:
52
- '**/node_modules/**/*.*'
53
+ - to: 'source'
54
+ include:
55
+ - '**/*'
56
+ exclude:
57
+ - '**/.pipelines/**/*.*'
58
+ - '**/.vscode/**/*.*'
59
+ - '**/test/**/*.*'
60
+ - '**/demo/**/*.*'
61
+ - '**/dist/**/*.*'
62
+ - '**/node_modules/**/*.*'
63
64
- !!buildcommand
65
name: 'Package'
0 commit comments