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.
2 parents 520cee1 + 1cb196e commit ae713bbCopy full SHA for ae713bb
.azure-pipelines/generation-templates/dotnet-kiota.yml
@@ -17,3 +17,7 @@ steps:
17
- pwsh: 'dotnet build --configuration $(buildConfiguration) -f netstandard2.0 --no-restore'
18
displayName: Build dll for ${{ parameters.repoName }}
19
workingDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/Microsoft.Graph/
20
+
21
+- pwsh: '$(Build.SourcesDirectory)/${{ parameters.repoName }}/scripts/IncrementMinorVersion.ps1'
22
+ displayName: Bump minor version for ${{ parameters.repoName }}
23
+ workingDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }}/
0 commit comments