Skip to content

Commit be82358

Browse files
committed
Remove the version bump step from dotnet pipeline.
1 parent 1971168 commit be82358

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ steps:
1818
displayName: Build dll for ${{ parameters.repoName }}
1919
workingDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/Microsoft.Graph/
2020

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

Comments
 (0)