Skip to content

Commit 110332c

Browse files
committed
file path
1 parent b9a9b40 commit 110332c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/templates/build/build-and-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- task: Gradle@2
33
inputs:
4-
gradleWrapperFile: '$(Agent.BuildDirectory)/gradlew'
4+
gradleWrapperFile: '$(Build.SourcesDirectory)/gradlew'
55
tasks: 'build'
66
publishJUnitResults: true
77
testResultsFiles: '**/TEST-*.xml'

0 commit comments

Comments
 (0)