Skip to content

Commit dbf7250

Browse files
committed
Merged PR 99796: [CDPx] Pipeline build artifacts fix
1 parent 2fa895d commit dbf7250

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.pipelines/pipeline.user.windows.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,13 @@ build:
7070
arguments: 'build.ps1'
7171
command: '.pipelines\cdpx_run_ps.cmd'
7272
artifacts:
73-
- from: 'dist'
74-
to: 'build_artifacts'
73+
- to: 'build_artifacts'
7574
include:
76-
- '**/*'
77-
exclude:
78-
- '**/node_modules/**/*.*'
75+
- 'dist/**/*'
76+
- 'LICENSE.txt'
77+
- 'package.json'
78+
- 'README.md'
79+
7980
- to: 'source'
8081
include:
8182
- '**/*'
@@ -97,7 +98,8 @@ package:
9798
arguments: 'package.ps1'
9899
command: '.pipelines\cdpx_run_ps.cmd'
99100
artifacts:
100-
- include:
101+
- to: 'tgz-package'
102+
include:
101103
- "**/*.tgz"
102104

103105
- !!buildcommand

0 commit comments

Comments
 (0)