Skip to content

Commit 50ccc5a

Browse files
authored
Create another nonrelease official pipeline (#1629)
1 parent c745c71 commit 50ccc5a

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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/**/*'

.pipelines/pipeline.user.windows.official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
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:

0 commit comments

Comments
 (0)