Skip to content

Commit 2ef3b1e

Browse files
committed
Merged PR 86870: Npm publishing need the source code.
1 parent 5c0c58e commit 2ef3b1e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.pipelines/pipeline.user.windows.yml

+10
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ build:
5050
- '**/*'
5151
exclude:
5252
- '**/node_modules/**/*.*'
53+
- to: 'source'
54+
include:
55+
- '**/*'
56+
exclude:
57+
- '**/.pipelines/**/*.*'
58+
- '**/.vscode/**/*.*'
59+
- '**/test/**/*.*'
60+
- '**/demo/**/*.*'
61+
- '**/dist/**/*.*'
62+
- '**/node_modules/**/*.*'
5363

5464
- !!buildcommand
5565
name: 'Package'

0 commit comments

Comments
 (0)