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 520cee1 commit 1cb196eCopy full SHA for 1cb196e
.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