File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
.azure-pipelines/templates Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11steps :
22- task : Gradle@2
33 inputs :
4- gradleWrapperFile : ' gradlew'
4+ gradleWrapperFile : ' $(Build.SourcesDirectory)/ gradlew'
55 tasks : ' build'
66 publishJUnitResults : true
77 testResultsFiles : ' **/TEST-*.xml'
Original file line number Diff line number Diff line change 33 inputs :
44 SourceFolder : ' $(Agent.TempDirectory)'
55 Contents : ' **'
6- TargetFolder : ' $(DROP_PATH) /'
6+ TargetFolder : ' $(Agent.BuildDirectory)/Drop /'
77
88- task : Gradle@2
99 inputs :
10- gradleWrapperFile : ' $(DROP_PATH) /gradlew'
11- workingDirectory : ' $(DROP_PATH) /'
10+ gradleWrapperFile : ' $(Agent.BuildDirectory)/Drop /gradlew'
11+ workingDirectory : ' $(Agent.BuildDirectory)/Drop /'
1212 options : ' -x jar -x javadoc -x javadocJar -x compileJava -x processResources -x classes -x sourceJar'
1313 tasks : ' publishSnapshotPublicationToSonatypeSnapshotRepository'
1414 publishJUnitResults : true
You can’t perform that action at this time.
0 commit comments