Skip to content

Commit 03f7a3e

Browse files
committed
reverting change from previous commit
1 parent 229c8f4 commit 03f7a3e

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: 'gradlew'
4+
gradleWrapperFile: '$(Build.SourcesDirectory)/gradlew'
55
tasks: 'build'
66
publishJUnitResults: true
77
testResultsFiles: '**/TEST-*.xml'

0 commit comments

Comments
 (0)