File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ steps:
168168- pwsh : ' $(scriptsDirectory)/git-push-cleanmetadata.ps1'
169169 displayName : push clean ${{ parameters.endpoint }} CSDL metadata to msgraph-metadata repo
170170 env :
171- CreatePR : False
171+ CreateOpenAPIPR : False
172172 EndpointVersion : ${{ parameters.endpoint }}
173173 PublishChanges : $(publishChanges)
174174 workingDirectory : ' $(Build.SourcesDirectory)/msgraph-metadata'
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 - pwsh : ' $(scriptsDirectory)/git-push-cleanmetadata.ps1'
160160 displayName : PR for ${{ parameters.endpoint }} OpenAPI description in msgraph-metadata repo
161161 env :
162- CreatePR : True
162+ CreateOpenAPIPR : True
163163 EndpointVersion : ${{ parameters.endpoint }}
164164 PublishChanges : $(publishChanges)
165165 workingDirectory : ' $(Build.SourcesDirectory)/msgraph-metadata'
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ git stash pop | Write-Host
3535Write-Host " `n git status:"
3636git status | Write-Host
3737
38- if ($env: CreatePR -eq $True )
38+ if ($env: CreateOpenAPIPR -eq $True )
3939{
4040 Write-Host " `n Create branch: $env: BUILD_BUILDID /updateOpenAPI"
4141 git checkout - B $env: BUILD_BUILDID / updateOpenAPI | Write-Host
6161Write-Host " `n git status:"
6262git status | Write-Host
6363
64- if ($env: CreatePR -eq $True )
64+ if ($env: CreateOpenAPIPR -eq $True )
6565{
6666 Write-Host " `n Pushing branch for PR creation"
6767
You can’t perform that action at this time.
0 commit comments