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 e5bafb6 commit 0e33a0dCopy full SHA for 0e33a0d
.azure-pipelines/generation-templates/php-kiota.yml
@@ -15,6 +15,6 @@ steps:
15
# but we should use a setup task to install the right version of PHP
16
# however, there does not seem to exist a setup-php task (equivalent to UseDotnet)
17
18
-- pwsh: 'php $(Build.SourcesDirectory)/${{ parameters.repoName }}/scripts/BumpStableSdkVersion.ps1'
+- pwsh: 'php $(Build.SourcesDirectory)/${{ parameters.repoName }}/scripts/BumpStableSdkVersion.php'
19
displayName: Bump minor version for ${{ parameters.repoName }}
20
workingDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }}/
0 commit comments