Skip to content

Commit 03d92a0

Browse files
authored
Make official build not default to be released (#1626)
1 parent 4d8e057 commit 03d92a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 -DisRelease=true -Pai.etw.native.build=release'
19+
arguments: 'assemble copyLibsToGlobalArtifactsFolder -Pai.etw.native.build=release'
2020
artifacts:
2121
- to: 'Artifacts'
2222
include:

0 commit comments

Comments
 (0)