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 2fa895d commit dbf7250Copy full SHA for dbf7250
.pipelines/pipeline.user.windows.yml
@@ -70,12 +70,13 @@ build:
70
arguments: 'build.ps1'
71
command: '.pipelines\cdpx_run_ps.cmd'
72
artifacts:
73
- - from: 'dist'
74
- to: 'build_artifacts'
+ - to: 'build_artifacts'
75
include:
76
- - '**/*'
77
- exclude:
78
- - '**/node_modules/**/*.*'
+ - 'dist/**/*'
+ - 'LICENSE.txt'
+ - 'package.json'
+ - 'README.md'
79
+
80
- to: 'source'
81
82
- '**/*'
@@ -97,7 +98,8 @@ package:
97
98
arguments: 'package.ps1'
99
100
- - include:
101
+ - to: 'tgz-package'
102
+ include:
103
- "**/*.tgz"
104
105
- !!buildcommand
0 commit comments