We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a9b40 commit 110332cCopy full SHA for 110332c
.azure-pipelines/templates/build/build-and-coverage.yml
@@ -1,7 +1,7 @@
1
steps:
2
- task: Gradle@2
3
inputs:
4
- gradleWrapperFile: '$(Agent.BuildDirectory)/gradlew'
+ gradleWrapperFile: '$(Build.SourcesDirectory)/gradlew'
5
tasks: 'build'
6
publishJUnitResults: true
7
testResultsFiles: '**/TEST-*.xml'
0 commit comments