File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1- parameters :
2- - name : repoName
1+ parameters :
2+ - name : repoName
33 type : string
44- name : namespacePath
55 type : string
@@ -10,9 +10,13 @@ steps:
1010 env :
1111 MainDirectory : $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/main/java/${{ parameters.namespacePath }}/generated/
1212
13+ - pwsh : $(Build.SourcesDirectory)/${{ parameters.repoName }}/Scripts/incrementMinorVersion.ps1
14+ displayName : ' Increment minor version number'
15+ workingDirectory : ' $(Build.SourcesDirectory)/${{ parameters.repoName }}/Scripts'
16+
1317- pwsh : ' $(scriptsDirectory)/copy-java-models-kiota.ps1'
1418 displayName : ' Update with new models'
15- env :
16- BuildConfiguration : $(buildConfiguration)
19+ env :
20+ BuildConfiguration : $(buildConfiguration)
1721 OutputFullPath : $(kiotaDirectory)/output/${{ parameters.namespacePath }}/*
18- RepoModelsDir : $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/main/java/${{ parameters.namespacePath }}/generated/
22+ RepoModelsDir : $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/main/java/${{ parameters.namespacePath }}/generated/
You can’t perform that action at this time.
0 commit comments