Skip to content

Commit 3eee981

Browse files
committed
Update prValidate.yml for Azure Pipelines
1 parent eae025a commit 3eee981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/prValidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ steps:
4141
- task: PowerShell@2
4242
condition: and(failed(), eq(variables['Build.SourceBranchName'], 'dev'))
4343
inputs:
44-
filePath: '$(System.DefaultWorkingDirectory)\scripts\validateMavenVersion.ps1'
44+
filePath: '$(System.DefaultWorkingDirectory)\Scripts\validateMavenVersion.ps1'
4545
pwsh: true
4646
arguments: '-packageName "$(PACKAGE_NAME)" -propertiesPath "$(PROPERTIES_PATH)"'
4747

0 commit comments

Comments
 (0)