Skip to content

Commit 0e33a0d

Browse files
authored
Update .azure-pipelines/generation-templates/php-kiota.yml
1 parent e5bafb6 commit 0e33a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/generation-templates/php-kiota.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ steps:
1515
# but we should use a setup task to install the right version of PHP
1616
# however, there does not seem to exist a setup-php task (equivalent to UseDotnet)
1717

18-
- pwsh: 'php $(Build.SourcesDirectory)/${{ parameters.repoName }}/scripts/BumpStableSdkVersion.ps1'
18+
- pwsh: 'php $(Build.SourcesDirectory)/${{ parameters.repoName }}/scripts/BumpStableSdkVersion.php'
1919
displayName: Bump minor version for ${{ parameters.repoName }}
2020
workingDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }}/

0 commit comments

Comments
 (0)