Skip to content

Commit b97fe21

Browse files
committed
Update prValidate.yml for Azure Pipelines
1 parent ba07963 commit b97fe21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure-pipelines/prValidate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ trigger: none # disable triggers based on commits.
2828

2929
variables:
3030
PACKAGE_NAME: 'microsoft-graph-core'
31-
GRADLE_PATH: '.\gradle.properties'
31+
PROPERTIES_PATH: '.\gradle.properties'
3232

3333
pool:
3434
vmImage: windows-latest
@@ -48,6 +48,7 @@ steps:
4848
inputs:
4949
filePath: '$(System.DefaultWorkingDirectory)/Scripts/validateMavenVersion.ps1'
5050
pwsh: true
51+
arguments: '-packageName "$(PACKAGE_NAME)" -propertiesPath "$(PROPERTIES_PATH)"'
5152

5253
- task: Gradle@2
5354
inputs:

0 commit comments

Comments
 (0)