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 ea3e58c commit 3bf5283Copy full SHA for 3bf5283
.azure-pipelines/generate-v1.0-models.yml
@@ -107,6 +107,14 @@ steps:
107
workingDirectory: '$(Build.SourcesDirectory)' # Set the root for a multi-repo pipeline. /s
108
enabled: true
109
110
+- task: PowerShell@2
111
+ displayName: 'Increment minor version number'
112
+ inputs:
113
+ targetType: filePath
114
+ filePath: '$(Build.SourcesDirectory)/msgraph-sdk-java/Scripts/incrementMinorVersion.ps1'
115
+ workingDirectory: '$(Build.SourcesDirectory)/msgraph-sdk-java/Scripts'
116
+ enabled: true
117
+
118
- task: PowerShell@2
119
displayName: 'Copy generated requests and models into the repo'
120
inputs:
0 commit comments