Skip to content

Commit

Permalink
workingDirectory: $(Build.SourcesDirectory)\java
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jun 21, 2024
1 parent 8712551 commit 4e9a37c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ steps:
${{ if eq(parameters.buildOnly, true) }}:
script: |
call gradlew.bat cmakeCheck -x test -DcmmakeBuildDir=$(Build.BinariesDirectory)\RelWithDebInfo --warning-mode all
workingDirectory: $(Build.SourcesDirectory)\java
${{ else }}:
script: |
call gradlew.bat cmakeCheck -DcmakeBuildDir=$(Build.BinariesDirectory)\RelWithDebInfo --warning-mode all
workingDirectory: $(Build.SourcesDirectory)\java
workingDirectory: $(Build.SourcesDirectory)\java

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

0 comments on commit 4e9a37c

Please sign in to comment.