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 ba07963 commit b97fe21Copy full SHA for b97fe21
.azure-pipelines/prValidate.yml
@@ -28,7 +28,7 @@ trigger: none # disable triggers based on commits.
28
29
variables:
30
PACKAGE_NAME: 'microsoft-graph-core'
31
- GRADLE_PATH: '.\gradle.properties'
+ PROPERTIES_PATH: '.\gradle.properties'
32
33
pool:
34
vmImage: windows-latest
@@ -48,6 +48,7 @@ steps:
48
inputs:
49
filePath: '$(System.DefaultWorkingDirectory)/Scripts/validateMavenVersion.ps1'
50
pwsh: true
51
+ arguments: '-packageName "$(PACKAGE_NAME)" -propertiesPath "$(PROPERTIES_PATH)"'
52
53
- task: Gradle@2
54
0 commit comments