Skip to content

Commit

Permalink
Rolling back to previous implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jun 2, 2024
1 parent 4adffa8 commit aaa9f43
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ parameters:
type: string
- name: java_artifact_id
type: string
- name: buildOnly
type: boolean

steps:
- task: CmdLine@2
Expand All @@ -24,6 +26,7 @@ steps:
workingDirectory: $(Build.SourcesDirectory)\java
failOnStderr: true
condition: ne(${{ parameters.buildOnly }}, true)

- task: CmdLine@2
displayName: 'Add symbols and notices to Java'
inputs:
Expand Down

0 comments on commit aaa9f43

Please sign in to comment.