You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Specifies the working directory to run the Gradle build. The task uses the repository root directory if the working directory is not specified.
19
+
workingDirectory: ''
20
+
# Specifies the gradlew wrapper's location within the repository that will be used for the build.
21
+
gradleWrapperFile: 'gradlew'
22
+
# Sets the GRADLE_OPTS environment variable, which is used to send command-line arguments to start the JVM. The xmx flag specifies the maximum memory available to the JVM.
23
+
gradleOptions: '-Xmx3072m'
24
+
javaHomeOption: 'JDKVersion'
25
+
jdkVersionOption: 1.11
26
+
jdkArchitectureOption: 'x64'
27
+
publishJUnitResults: false
28
+
tasks: clean assemble
29
+
displayName: Assemble durabletask-client and durabletask-azure-functions
30
+
31
+
# TODO: add 1ES-level signing
32
+
- task: Gradle@3
33
+
inputs:
34
+
workingDirectory: ''
35
+
gradleWrapperFile: 'gradlew'
36
+
gradleOptions: '-Xmx3072m'
37
+
javaHomeOption: 'JDKVersion'
38
+
jdkVersionOption: 1.11
39
+
jdkArchitectureOption: 'x64'
40
+
tasks: publish
41
+
displayName: Publish durabletask-client and durabletask-azure-functions
42
+
43
+
- task: CopyFiles@2
44
+
displayName: 'Copy publish file to Artifact Staging Directory'
0 commit comments