Skip to content

Commit ddcd4f0

Browse files
committed
spaces and DROP_PATH
1 parent 6486a9f commit ddcd4f0

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.azure-pipelines/buildAndPackage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ stages:
4747
steps:
4848
- template: templates/github-release/version-and-release.yml
4949
- template: templates/alert-failure.yml
50-

.azure-pipelines/templates/build/build-and-coverage.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ steps:
66
publishJUnitResults: true
77
testResultsFiles: '**/TEST-*.xml'
88
javaHomeOption: 'JDKVersion'
9-
sonarQubeRunAnalysis: false
10-
11-
9+
sonarQubeRunAnalysis: false

.azure-pipelines/templates/build/publish-artifacts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ steps:
1717

1818
- publish: $(Build.ArtifactStagingDirectory)
1919
artifact: Drop
20-
displayName: Publish Build Artifact
21-
20+
displayName: Publish Build Artifact

.azure-pipelines/templates/github-release/version-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
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

0 commit comments

Comments
 (0)