File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1+ version :
2+ major : 0
3+ minor : 0
4+ name : ' ApplicationInsights-Java'
5+ system : ' custom'
6+ build :
7+ commands :
8+ - !!buildcommand
9+ name : ' Upload Build Scripts'
10+ command : ' .scripts/copy-source.cmd' # this file is empty
11+ artifacts :
12+ - from : ' .scripts/'
13+ to : ' Scripts'
14+ include :
15+ - ' **/*'
16+ - !!buildcommand
17+ name : ' Assemble ApplicationInsights-Java JARs'
18+ command : ' .scripts/gradle.cmd'
19+ arguments : ' assemble copyLibsToGlobalArtifactsFolder -Pai.etw.native.build=release'
20+ artifacts :
21+ - to : ' Artifacts'
22+ include :
23+ - ' **/build/libs/*.jar'
24+ - ' **/build/libs/*-sources.jar'
25+ - ' **/build/libs/*-javadoc.jar'
26+ - ' **/build/libs/*.pom'
27+ exclude :
28+ - ' buildSrc/**/*'
Original file line number Diff line number Diff line change 1616 - !!buildcommand
1717 name : ' Assemble ApplicationInsights-Java JARs'
1818 command : ' .scripts/gradle.cmd'
19- arguments : ' assemble copyLibsToGlobalArtifactsFolder -Pai.etw.native.build=release'
19+ arguments : ' assemble copyLibsToGlobalArtifactsFolder -DisRelease=true - Pai.etw.native.build=release'
2020 artifacts :
2121 - to : ' Artifacts'
2222 include :
You can’t perform that action at this time.
0 commit comments