File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
.azure-pipelines/templates Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11steps :
22- task : PowerShell@2
33 inputs :
4- filePath : ' $(System.DefaultWorkingDirectory)/_msgraph-sdk-java build and packaging/drop /Scripts/getLatestVersion.ps1'
4+ filePath : ' $(DROP_PATH) /Scripts/getLatestVersion.ps1'
55 arguments : ' -propertiesPath "$(PROPERTIES_PATH)"'
66
77- task : GitHubRelease@1
Original file line number Diff line number Diff line change 33 inputs :
44 SourceFolder : ' $(Agent.TempDirectory)'
55 Contents : ' **'
6- TargetFolder : ' $(System.DefaultWorkingDirectory)/_msgraph-sdk-java build and packaging/drop /'
6+ TargetFolder : ' $(DROP_PATH) /'
77
88- task : Gradle@2
99 inputs :
10- gradleWrapperFile : ' $(System.DefaultWorkingDirectory)/_msgraph-sdk-java build and packaging/drop /gradlew'
11- workingDirectory : ' $(System.DefaultWorkingDirectory)/_msgraph-sdk-java build and packaging/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
Original file line number Diff line number Diff line change 33 inputs :
44 SourceFolder : ' $(Agent.TempDirectory)'
55 Contents : ' **'
6- TargetFolder : ' $(System.DefaultWorkingDirectory)/_msgraph-sdk-java build and packaging/drop /'
6+ TargetFolder : ' $(DROP_PATH) /'
77
88- task : Gradle@2
99 inputs :
10- gradleWrapperFile : ' $(System.DefaultWorkingDirectory)/_msgraph-sdk-java build and packaging/drop /gradlew'
11- workingDirectory : ' $(System.DefaultWorkingDirectory)/_msgraph-sdk-java build and packaging/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 : ' publishMavenCentralReleasePublicationToSonatypeRepository'
1414 publishJUnitResults : true
You can’t perform that action at this time.
0 commit comments