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